current-script-polyfill

An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
current-script-polyfill
7411.0.07 years ago7 years agoMinified + gzip package size for current-script-polyfill in KB

Readme

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!