[Bug 16606] MutationObserver doesn't provide a safe way to suspend & resume observation

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16606

--- Comment #7 from Ryosuke Niwa <rniwa@webkit.org> 2012-04-03 01:36:38 UTC ---
I agree with that option 2 (adding deliver()) will be better than option 1.

On the other hand, having disconnect() return the list of mutation records it
cleared would satisfy this particular use case ("ignor[ing] changes made by
applying remote JSON changes to the DOM") without adding new API.

Can we just do that (having disconnect() return the list) and avoid adding new
API for now?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 3 April 2012 01:36:41 UTC