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
'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
33
34
};
34
35
36
+
constexperimentalFormatTypeMap={
37
+
'__proto__': null,
38
+
'bytes': 'bytes',
39
+
'text': 'text',
40
+
};
41
+
35
42
/**
36
43
* The HTML spec disallows the default type to be explicitly specified
0 commit comments