diff --git a/xhr.bs b/xhr.bs index f6bd6c1..ac25a35 100644 --- a/xhr.bs +++ b/xhr.bs @@ -285,12 +285,12 @@ constructor steps are: event listeners registered whose type is one of {{XMLHttpRequest/readystatechange}}, -{{XMLHttpRequest/progress}}, -{{XMLHttpRequest/abort}}, -{{XMLHttpRequest/error}}, -{{XMLHttpRequest/load}}, -{{XMLHttpRequest/timeout!!event}}, and -{{XMLHttpRequest/loadend}}. +{{XMLHttpRequestEventTarget/progress}}, +{{XMLHttpRequestEventTarget/abort}}, +{{XMLHttpRequestEventTarget/error}}, +{{XMLHttpRequestEventTarget/load}}, +{{XMLHttpRequestEventTarget/timeout!!event}}, and +{{XMLHttpRequestEventTarget/loadend}}.
If an {{XMLHttpRequest}} object is garbage collected while its connection is still open, the user @@ -314,25 +314,25 @@ from {{XMLHttpRequestEventTarget}} as attributes:
onloadstart
- onprogress
- onabort
- onerror
- onload
- ontimeout
- onloadend
- The following is the @@ -1035,7 +1035,7 @@ return this's cross-origin credentials.
Otherwise, if xhr's response is a network error, then run the request error steps for xhr, - {{XMLHttpRequest/error}}, and "{{NetworkError!!exception}}" {{DOMException}}. + {{XMLHttpRequestEventTarget/error}}, and "{{NetworkError!!exception}}" {{DOMException}}.
The request error steps for an {{XMLHttpRequest}} object xhr, @@ -1576,32 +1576,32 @@ steps are:
loadstart
+ loadstart
progress
+ progress
abort
+ abort
error
+ error
load
+ load
timeout
+ timeout
loadend
+ loadend