Bill Filler wrote:
Question: Is there another programatic way to register an event listener for the DOMPopupBlockedEvents such that I don't have to wait for the page load to complete and can report the events as they happen during the page load? I know it must be possible as Firefox does it, but I'm just not sure how to do it. Thanks for any help.
You can register the event listener on the window right after the load starts, or on the window's chrome event listener at any time...
-Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
