mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
chore: update wpt (#11950)
This commit is contained in:
parent
d85ccce65b
commit
066f75ac07
2 changed files with 7 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 230bbebcbc16f08e72ea65218a4d49b48084c205
|
Subproject commit 8a2b0f1086adf122d91c36c222b26362ba4059f2
|
|
@ -13495,7 +13495,8 @@
|
||||||
"serialization": {
|
"serialization": {
|
||||||
"module": {
|
"module": {
|
||||||
"serialization-via-idb.any.html": false,
|
"serialization-via-idb.any.html": false,
|
||||||
"serialization-via-notifications-api.any.html": false
|
"serialization-via-notifications-api.any.html": false,
|
||||||
|
"nested-worker-success.any.worker.html": false
|
||||||
},
|
},
|
||||||
"arraybuffer": {
|
"arraybuffer": {
|
||||||
"transfer.window.html": false
|
"transfer.window.html": false
|
||||||
|
@ -13519,7 +13520,8 @@
|
||||||
],
|
],
|
||||||
"rejected-arg.any.html": true,
|
"rejected-arg.any.html": true,
|
||||||
"status.any.html": true
|
"status.any.html": true
|
||||||
}
|
},
|
||||||
|
"create_multiple_memory.worker.html": true
|
||||||
},
|
},
|
||||||
"WebIDL": {
|
"WebIDL": {
|
||||||
"ecmascript-binding": {
|
"ecmascript-binding": {
|
||||||
|
@ -13957,7 +13959,8 @@
|
||||||
"response.blob() rejects if already aborted",
|
"response.blob() rejects if already aborted",
|
||||||
"response.formData() rejects if already aborted",
|
"response.formData() rejects if already aborted",
|
||||||
"response.json() rejects if already aborted",
|
"response.json() rejects if already aborted",
|
||||||
"response.text() rejects if already aborted"
|
"response.text() rejects if already aborted",
|
||||||
|
"Call text() twice on aborted response"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue