Skip to content

Commit e73f96a

Browse files
committed
feat: disable webstreams polyfill
Signed-off-by: Dario Valdespino <[email protected]>
1 parent 950c45a commit e73f96a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

elide/runtime/js/polyfills/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ package(
1414
## -- Polyfills -- ##
1515

1616
POLYFILLS = {
17-
"readable-stream": ["readable-stream.mjs"],
1817
"fetch": ["fetch.js"],
1918
# --- Disabled (Implemented Natively) -------
2019
# "abort-controller": [],
2120
# "buffer": ["base64.js", "ieee754.js"],
2221
# "event": ["event-target.js"],
2322
# "once": ["once.js"],
23+
# "readable-stream": ["readable-stream.mjs"],
2424
# "text-encoder": ["textencoder.js"],
2525
}
2626

elide/runtime/js/polyfills/polyfills.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111
* License for the specific language governing permissions and limitations under the License.
1212
*/
1313

14-
import "./readable-stream.mjs";
1514
import "./fetch.js";

0 commit comments

Comments
 (0)