This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Releases: inexorabletash/polyfill
Releases · inexorabletash/polyfill
Minor fixes for bind() and URLSearchParams
- Handle bind() called on function without prototype
- URLSearchParams: Correct forEach callback arg order
- Ensure params are copied by value when cloning an URLSearchParams object
New DOM Extras
ParentNode: append(), prepend()
ChildNode: before(), after(), replaceWith(), remove()
Patch Release
DOM: Don't rely on document.body existing when script executes
Point Release
- DOM: Add second argument to DOMTokenList.toggle if necessary
- Use Unlicense
Point Release
URL statics fix
Ensures URL statics are copied to polyfill constructor if needed
Bugfixes
- Fix Reflect.apply()
- Avoid HTML closing tags inlined in scripts
IE/iframe fix
v0.1.18 Bump package versions
Fetch credentials
- fetch: Support
credentials
option inRequest
constructor - Typed Arrays: Add option to disable indexed getter shimming
Bump version for Bower/NPM versions
Version bump to get package/bower.json and tags in sync.