You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/internal/modules/esm/assert.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ const formatTypeMap = {
32
32
'module': kImplicitTypeAttribute,
33
33
'wasm': kImplicitTypeAttribute,// It's unclear whether the HTML spec will require an type attribute or not for Wasm; see https://github.com/WebAssembly/esm-integration/issues/42
34
34
};
35
+
// NOTE: Don't add bytes support yet as it requires Uint8Arrays backed by immutable ArrayBuffers, which V8 does not support yet.
0 commit comments