Skip to content

Commit 3c7e5f9

Browse files
Elchi3autonome
andauthored
Add more keys to XHR feature (#1963)
Co-authored-by: Dietrich Ayala <[email protected]>
1 parent abeab6d commit 3c7e5f9

File tree

4 files changed

+124
-129
lines changed

4 files changed

+124
-129
lines changed

features/draft/spec/xhr.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

features/draft/spec/xhr.yml.dist

Lines changed: 0 additions & 71 deletions
This file was deleted.

features/xhr.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ compat_features:
99
- api.FormData
1010
- api.FormData.append
1111
- api.FormData.append.filename_parameter
12+
- api.FormData.delete
13+
- api.FormData.get
14+
- api.FormData.getAll
15+
- api.FormData.has
16+
- api.FormData.set
1217
- api.FormData.FormData
1318
- api.ProgressEvent
19+
- api.ProgressEvent.ProgressEvent
1420
- api.ProgressEvent.lengthComputable
1521
- api.ProgressEvent.loaded
1622
- api.ProgressEvent.total
@@ -20,6 +26,7 @@ compat_features:
2026
- api.XMLHttpRequest.abort_event
2127
- api.XMLHttpRequest.error_event
2228
- api.XMLHttpRequest.getAllResponseHeaders
29+
- api.XMLHttpRequest.getAllResponseHeaders.header_names_lowercase
2330
- api.XMLHttpRequest.getResponseHeader
2431
- api.XMLHttpRequest.load_event
2532
- api.XMLHttpRequest.loadend_event
@@ -31,12 +38,19 @@ compat_features:
3138
- api.XMLHttpRequest.readystatechange_event
3239
- api.XMLHttpRequest.response
3340
- api.XMLHttpRequest.responseText
41+
- api.XMLHttpRequest.responseType
42+
- api.XMLHttpRequest.responseType.arraybuffer_value
43+
- api.XMLHttpRequest.responseType.blob_value
44+
- api.XMLHttpRequest.responseType.document_value
45+
- api.XMLHttpRequest.responseType.json_value
46+
- api.XMLHttpRequest.responseURL
3447
- api.XMLHttpRequest.responseXML
3548
- api.XMLHttpRequest.send
3649
- api.XMLHttpRequest.send.body_ArrayBuffer_type
3750
- api.XMLHttpRequest.send.body_ArrayBufferView_type
3851
- api.XMLHttpRequest.send.body_Blob_type
3952
- api.XMLHttpRequest.send.body_FormData_type
53+
- api.XMLHttpRequest.send.body_URLSearchParams_type
4054
- api.XMLHttpRequest.setRequestHeader
4155
- api.XMLHttpRequest.status
4256
- api.XMLHttpRequest.statusText

features/xhr.yml.dist

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,116 @@ compat_features:
279279
- api.XMLHttpRequest.timeout_event
280280
- api.XMLHttpRequestUpload.timeout_event
281281

282+
# baseline: high
283+
# baseline_low_date: 2016-08-02
284+
# baseline_high_date: 2019-02-02
285+
# support:
286+
# chrome: "16"
287+
# chrome_android: "18"
288+
# edge: "14"
289+
# firefox: "18"
290+
# firefox_android: "18"
291+
# safari: "6"
292+
# safari_ios: "6"
293+
- api.ProgressEvent.ProgressEvent
294+
295+
# baseline: high
296+
# baseline_low_date: 2016-08-02
297+
# baseline_high_date: 2019-02-02
298+
# support:
299+
# chrome: "37"
300+
# chrome_android: "37"
301+
# edge: "14"
302+
# firefox: "32"
303+
# firefox_android: "32"
304+
# safari: "8"
305+
# safari_ios: "8"
306+
- api.XMLHttpRequest.responseURL
307+
308+
# baseline: high
309+
# baseline_low_date: 2016-11-15
310+
# baseline_high_date: 2019-05-15
311+
# support:
312+
# chrome: "31"
313+
# chrome_android: "31"
314+
# edge: "12"
315+
# firefox: "6"
316+
# firefox_android: "50"
317+
# safari: "5.1"
318+
# safari_ios: "5"
319+
- api.XMLHttpRequest.responseType
320+
- api.XMLHttpRequest.responseType.arraybuffer_value
321+
- api.XMLHttpRequest.responseType.blob_value
322+
323+
# baseline: high
324+
# baseline_low_date: 2016-11-15
325+
# baseline_high_date: 2019-05-15
326+
# support:
327+
# chrome: "31"
328+
# chrome_android: "31"
329+
# edge: "12"
330+
# firefox: "11"
331+
# firefox_android: "50"
332+
# safari: "7"
333+
# safari_ios: "7"
334+
- api.XMLHttpRequest.responseType.document_value
335+
336+
# baseline: high
337+
# baseline_low_date: 2018-10-02
338+
# baseline_high_date: 2021-04-02
339+
# support:
340+
# chrome: "50"
341+
# chrome_android: "50"
342+
# edge: "18"
343+
# firefox: "39"
344+
# firefox_android: "39"
345+
# safari: "11.1"
346+
# safari_ios: "11.3"
347+
- api.FormData.delete
348+
- api.FormData.get
349+
- api.FormData.getAll
350+
- api.FormData.has
351+
- api.FormData.set
352+
353+
# baseline: high
354+
# baseline_low_date: 2020-01-15
355+
# baseline_high_date: 2022-07-15
356+
# support:
357+
# chrome: "31"
358+
# chrome_android: "31"
359+
# edge: "79"
360+
# firefox: "10"
361+
# firefox_android: "50"
362+
# safari: "7"
363+
# safari_ios: "7"
364+
- api.XMLHttpRequest.responseType.json_value
365+
366+
# baseline: high
367+
# baseline_low_date: 2020-01-15
368+
# baseline_high_date: 2022-07-15
369+
# support:
370+
# chrome: "60"
371+
# chrome_android: "60"
372+
# edge: "79"
373+
# firefox: "64"
374+
# firefox_android: "64"
375+
# safari: "11"
376+
# safari_ios: "11"
377+
- api.XMLHttpRequest.getAllResponseHeaders.header_names_lowercase
378+
379+
# baseline: high
380+
# baseline_low_date: 2021-09-20
381+
# baseline_high_date: 2024-03-20
382+
# support:
383+
# chrome: "59"
384+
# chrome_android: "59"
385+
# edge: "17"
386+
# firefox: "44"
387+
# firefox_android: "44"
388+
# safari: "15"
389+
# safari_ios: "15"
390+
- api.XMLHttpRequest.send.body_URLSearchParams_type
391+
282392
# baseline: false
283393
# support:
284394
# firefox: "54"

0 commit comments

Comments
 (0)