This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/current-script-polyfill/README.md
2019-08-11 20:48:02 +02:00

5 lines
394 B
Markdown

# document.currentScript Polyfill
#### An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+
This polyfill may not adhere strictly to spec when called in async code or in a callback. In these situations the spec calls for document.currentScript to return null. However, for the grand majority of your document.currentScript needs, this polyfill will do the job!