This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't expose webkit prefixed MutationObserver as stable
Older prefixed versions have known issues like not generating mutation records on initial parse.
- Loading branch information
886fe50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it not worth checking to see if the implementation is correct?
886fe50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WebKitMutationObserver
is broken in any case where the unprefixedMutationObserver
is exposed.It'd also be really tricky to feature detect since you'd have to wait until after domcontentloaded.