fune/testing/web-platform/tests/interfaces/wasm-web-api.idl
Automat af Gränssnitt 25214ecf7d Bug 1494201 [wpt PR 13214] - Add interfaces/wasm-web-api.idl, a=testonly
Automatic update from web-platform-testsAdd interfaces/wasm-web-api.idl

Source: https://github.com/tidoust/reffy-reports/blob/785fa4b/whatwg/idl/wasm-web-api.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/433307730

--

wpt-commits: a5edd61ab252fd26dc29d248e5b8e583dc1ff908
wpt-pr: 13214
2018-10-09 10:43:05 +00:00

10 lines
449 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: WebAssembly Web API (https://webassembly.github.io/spec/web-api/)
partial namespace WebAssembly {
Promise<Module> compileStreaming(Promise<Response> source);
Promise<WebAssemblyInstantiatedSource> instantiateStreaming(
Promise<Response> source, optional object importObject);
};