Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/module/util.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/module/util.ts";

Functions

This function is primarily used to bypass the same-origin policy for Web Workers in the browser, it downloads the script from the given URL and converts it to an object URL which can be used by the Worker constructor.