We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950c45a commit e73f96aCopy full SHA for e73f96a
elide/runtime/js/polyfills/BUILD.bazel
@@ -14,13 +14,13 @@ package(
14
## -- Polyfills -- ##
15
16
POLYFILLS = {
17
- "readable-stream": ["readable-stream.mjs"],
18
"fetch": ["fetch.js"],
19
# --- Disabled (Implemented Natively) -------
20
# "abort-controller": [],
21
# "buffer": ["base64.js", "ieee754.js"],
22
# "event": ["event-target.js"],
23
# "once": ["once.js"],
+ # "readable-stream": ["readable-stream.mjs"],
24
# "text-encoder": ["textencoder.js"],
25
}
26
elide/runtime/js/polyfills/polyfills.js
@@ -11,5 +11,4 @@
11
* License for the specific language governing permissions and limitations under the License.
12
*/
13
-import "./readable-stream.mjs";
import "./fetch.js";
0 commit comments