Skip to content

Commit f7b3d0f

Browse files
authored
xhr: add new key for ProgressEvent constructor option types (#3137)
whatwg/xhr#394 mdn/browser-compat-data#26956
1 parent bbce156 commit f7b3d0f

File tree

4 files changed

+10
-92
lines changed

4 files changed

+10
-92
lines changed

features/draft/spec/xhr.yml

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

features/draft/spec/xhr.yml.dist

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

features/xhr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ compat_features:
2424
- api.FormData.worker_support
2525
- api.ProgressEvent
2626
- api.ProgressEvent.ProgressEvent
27+
- api.ProgressEvent.ProgressEvent.loaded_total_options_accept_double
2728
- api.ProgressEvent.lengthComputable
2829
- api.ProgressEvent.loaded
2930
- api.ProgressEvent.total

features/xhr.yml.dist

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,15 @@ compat_features:
443443
# safari_ios: "16.4"
444444
- api.FormData.FormData.submitter
445445

446+
# baseline: false
447+
# support:
448+
# chrome: "136"
449+
# chrome_android: "136"
450+
# edge: "136"
451+
# firefox: "138"
452+
# firefox_android: "138"
453+
- api.ProgressEvent.ProgressEvent.loaded_total_options_accept_double
454+
446455
# baseline: false
447456
# support:
448457
# firefox: "54"

0 commit comments

Comments
 (0)