async-script-loader icon indicating copy to clipboard operation
async-script-loader copied to clipboard

Asynchronous script loading for SPAs

Results 7 async-script-loader issues
Sort by recently updated
recently updated
newest added
trafficstars

A common use case with third-party libraries is they expect to have an id, something like `` Sometimes data attributes are requested as well: `` In these cases, I use...

In the README it says: ``` You pass a list of urls to the loader, along with a method for checking that your page is ready, and a callback to...

Using your library in a [SvelteKit](https://github.com/sveltejs/kit) project with [Vite](https://github.com/vitejs/vite), I get the following warning: ``` @beyonk/async-script-loader doesn't appear to be written in CJS, but also doesn't appear to be a...

Hi, I'm considering to use `svelte-google-analytics` (and subsequently `async-script-loader`). The one thing that's holding me back is that [github#beyonk-adventures/async-script-loader](https://github.com/beyonk-adventures/async-script-loader/blob/master/index.js#L24) will load scripts into `document.body`. Google recommends loading GTM inside ``....

This pull request builds on #5, and switches from JavaScript to TypeScript. It results in the same output, but with a declaration file that TypeScript projects can use!

If the tests aren't working, or are unused, then we should get rid of them!

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...