Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed Jul 30, 2024
1 parent b23d904 commit 08039af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ for Mutation Events:
The polyfill monkeypatches `addEventListener` and `removeEventListener`
and attaches a Mutation Observer whenever addEventListener is called with
a Mutation Event name. Mutation Observer is well supported by all evergreen
browsers.
browsers. The polyfill also adds an implementation of the `MutationEvent`
class, and monkeypatches Document.createEvent so that it can be created.

There is no standard for Mutation Events, and indeed there are some
differences between rendering engines. Roughly, for a listener on `target`,
Expand Down

0 comments on commit 08039af

Please sign in to comment.