Re: [whatwg/xhr] [do not merge] Specify target of progress events (#246)

annevk commented on this pull request.

Now that `<b>this</b>` is a thing, this should be rather easy to do. So either you want `<b>this</b>` or `<b>this</b>'s XMLHttpRequestUpload object`. I think that should work in most places. See also #99.

> @@ -1884,7 +1886,7 @@ attributes must return the value they were initialized to.
 
 <h3 id=firing-events-using-the-progressevent-interface>Firing events using the {{ProgressEvent}} interface</h3>
 
-<p>To <dfn id=concept-event-fire-progress>fire a progress event</dfn> named <var>e</var> at
+<p>To <dfn id=concept-event-fire-progress>fire a progress event</dfn> named <var>e</var> on

The convention is "at", as established by fire an event.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/pull/246#pullrequestreview-228243083

Received on Thursday, 18 April 2019 11:59:58 UTC