Skip to content

Commit 5f21074

Browse files
committed
chore: drop polyfills for abort types
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 0b7a164 commit 5f21074

File tree

3 files changed

+2
-400
lines changed

3 files changed

+2
-400
lines changed

elide/runtime/js/polyfills/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package(
1414
## -- Polyfills -- ##
1515

1616
POLYFILLS = {
17-
"abort-controller": ["abort-controller.js"],
17+
"abort-controller": [],
1818
"buffer": ["base64.js", "ieee754.js"],
1919
"once": ["once.js"],
2020
"readable-stream": ["readable-stream.mjs"],

0 commit comments

Comments
 (0)