From 08039af9179058dc557f246a07d3c5d97d43f0dc Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Tue, 30 Jul 2024 08:11:35 -0700 Subject: [PATCH] Update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f90d88d..dcc67ba 100644 --- a/README.md +++ b/README.md @@ -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`,