async-document-write icon indicating copy to clipboard operation
async-document-write copied to clipboard

An asynchronous document.write implementation

Results 2 async-document-write issues
Sort by recently updated
recently updated
newest added

Refused to execute script from 'https://raw.githubusercontent.com/eligrey/async-document-write/master/async-document-write.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.

This will make `eval(document.write.START)` and `eval(document.write.END)` unnecessary. If the context is an async script element without an src containing text, add in text and run `script.parentNode.replaceChild(document.importNode(script, true), script)`. I will...