https://github.com/talee/mutationobserver-polyfill
Forces use of polyfill in IE 11 since IE 11's native one causes XML data issues
https://github.com/talee/mutationobserver-polyfill
Last synced: 11 months ago
JSON representation
Forces use of polyfill in IE 11 since IE 11's native one causes XML data issues
- Host: GitHub
- URL: https://github.com/talee/mutationobserver-polyfill
- Owner: talee
- License: mit
- Created: 2016-08-23T23:54:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T20:50:13.000Z (almost 10 years ago)
- Last Synced: 2025-08-09T11:31:23.724Z (12 months ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mutationobserver-polyfill
Forces use of polyfill in IE 11 since IE 11's native one causes XML data issues.
See https://github.com/talee/mutationobserver-breaks-characterdata.
## Usage
require('mutationobserver-polyfill')
Uses latest release of MutationObserver polyfill from
https://github.com/webcomponents/webcomponentsjs.
If the environment isn't a browser, exists silently.
## Build
npm start
Pulls latest MutationObserver polyfill from webcomponentsjs