Philip Jägenstedt

Results 1077 comments of Philip Jägenstedt

Oh, so I suppose it's a matter of bookkeeping, using sync XHR saves you the trouble of keeping track of pending uploads and starting them when one is finished?

@reshadi, this is a bug about accepting that we _cannot_ remove sync XHR, and having the spec reflect that.

@JamesDunne, this is a bug about accepting that we _cannot_ remove sync XHR, and having the spec reflect that.

It sounds like the problem is that if `MoPub.AdReceivedSuccess()` is reached it's simply assumed that the previous ad was loaded successfully. Even with all the sync XHR in the world,...

I made https://github.com/whatwg/dom/pull/763 today. Didn't know about this issue, but I'll link it.

@gsnedders in https://github.com/whatwg/dom/pull/763#discussion_r288570832: > * `XPathException` is gone (just use `DOMException`) > * The query is matched against the DOM, and therefore contrary to the XPath 1.0 data model the...

I've updated https://wiki.whatwg.org/wiki/DOM_XPath to point at https://dom.spec.whatwg.org/#xpath for the Web IDL definitions.

@domfarolino @robertkowalski @terinjokes can any of you take a look? (@AtkinsSJ just asked on the Matrix channel.)

These are in specref, FWIW: https://svgwg.org/specs/integration/ https://svgwg.org/specs/markers/ https://svgwg.org/specs/paths/ https://svgwg.org/specs/strokes/

@plehegar who would be the right person to fix/review this?