mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05: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": {
|
||||
"module": {
|
||||
"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": {
|
||||
"transfer.window.html": false
|
||||
|
@ -13519,7 +13520,8 @@
|
|||
],
|
||||
"rejected-arg.any.html": true,
|
||||
"status.any.html": true
|
||||
}
|
||||
},
|
||||
"create_multiple_memory.worker.html": true
|
||||
},
|
||||
"WebIDL": {
|
||||
"ecmascript-binding": {
|
||||
|
@ -13957,7 +13959,8 @@
|
|||
"response.blob() rejects if already aborted",
|
||||
"response.formData() 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…
Reference in a new issue