CleanLinks icon indicating copy to clipboard operation
CleanLinks copied to clipboard

DOMContentLoad for window.open

Open diegocr opened this issue 10 years ago • 0 comments

Listening for DOMContentLoad and traversing through open tabs when disabling/updating to (un)patch window.open calls is overkill.

http-on-opening-request or just http-on-modify-request might be more suitable and it'll catch everything being loaded. However, it could slow down the browser considering we'll need to get the window associated with the channel every time a resource is being loaded... [Benchmarks time]

diegocr avatar Sep 15 '13 18:09 diegocr