Skip to content

Commit ed969a0

Browse files
committed
Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"
This reverts CL 131718, commit a0e7f12. Reason for revert: adds request overhead & dependency on third-party service for all users regardless of whether it's necessary. Updates #27295 Change-Id: I4a8a9b0c8e4a3198c884dfbd90ba36734f70a9a9 Reviewed-on: https://go-review.googlesource.com/138937 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 9ec5d9c commit ed969a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

misc/wasm/wasm_exec.html

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
</head>
1313

1414
<body>
15-
<!--
16-
Polyfill for TextEncoder and TextDecoder for Microsoft Edge 17/18 support
17-
https://caniuse.com/#feat=textencoder
18-
-->
19-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/encoding.min.js"></script>
2015
<script src="wasm_exec.js"></script>
2116
<script>
2217
if (!WebAssembly.instantiateStreaming) { // polyfill

0 commit comments

Comments
 (0)