Revert "script: implement AbortController (#31361)" (#32243)

This reverts commit 7fce850cff.
This commit is contained in:
Samson 2024-05-07 08:23:14 +02:00 committed by GitHub
parent 45f2433d76
commit 8bc49299c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 1193 additions and 517 deletions

View file

@ -13417,14 +13417,14 @@
]
],
"interfaces.html": [
"6be4ef634a70ff2234d0db8cb2340e02a7c17100",
"063495d90f464f161c52a8d099a298e914b9b082",
[
null,
{}
]
],
"interfaces.worker.js": [
"0276a7485ada11f2fd0c26d02300cc35d633a8b4",
"59d4aa1855fbf281736b28581fbc519a847c8a0d",
[
"mozilla/interfaces.worker.html",
{}

View file

@ -12,8 +12,6 @@
// IMPORTANT: Do not change the list below without review from a DOM peer!
test_interfaces([
"AbstractRange",
"AbortController",
"AbortSignal",
"AnalyserNode",
"AnimationEvent",
"Attr",

View file

@ -7,8 +7,6 @@ importScripts("interfaces.js");
// IMPORTANT: Do not change the list below without review from a DOM peer!
test_interfaces([
"AbortController",
"AbortSignal",
"Blob",
"BroadcastChannel",
"ByteLengthQueuingStrategy",