On 2017-03-28 11:35 AM, pigos...@ncsu.edu wrote:
I am trying to implement the MutationObserver Constructor as described here: 
https://dom.spec.whatwg.org/#dom-mutationobserver-mutationobserver.

I am not sure how to access the unit of related similar-origin browsing 
contexts' list of MutationObserver objects. Can someone guide me on how to 
access this?

Thanks!


This is the "vector of MutationObserver objects as a member of ScriptThread" from the project description. You should add a static method to the ScriptThread type that accepts a &MutationObserver argument and follows the same pattern as similar methods like mark_document_with_no_blocked_loads .

Cheers,
Josh
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to