MutationObserver callback type is wrong
Closed this issue · 0 comments
alextes commented
The first argument is actually a list of MutationRecord. See also the example on MDN.
This causes all foreign functions that would be called as methods on MutationRecord to be called on a list of them, causing 😵 .