[whatwg] MutationObserver Spec for AddedNodes Timing network requests

2014-07-20 Thread milakam
Hi everyone, A BeforeLoad replacement was never discussed as a target use case for MutationObservers, therefore this message. I'm currently creating a JS cross-browser user script and noticed that only Chromium notifies the MutationObserver for an AddedNode before a network request is sent (IE

Re: [whatwg] MutationObserver Spec for AddedNodes Timing network requests

2014-07-21 Thread milakam
Boris That said, I can't reproduce the behavior you claim. http://jsfiddle.net/59Sxf/ alerts evil for me in Chrome. If the alert scripts are referenced as external js files it will alert good.js in Chrome. But I assume it's then a bug in Chrome that Data URLs are treated differently. Olli No.