diff options
| author | Brad Nelson <flagxor@gmail.com> | 2017-05-22 16:52:12 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2017-05-22 16:52:12 -0700 |
| commit | 6cdc38bc079dad320c16c96d570d0fa1b13c97b7 (patch) | |
| tree | 3c475134c7cf6460e8d9383e2ef84eba7e14de51 /Web.md | |
| parent | d1bd4a40119498feaee8ddb748207ab3f90ce702 (diff) | |
| download | nanowasm-design-6cdc38bc079dad320c16c96d570d0fa1b13c97b7.tar.gz | |
Fix missed replace in API name change. (#1072)
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ Non-web embeddings are not required to support these additional methods. ### Additional Web Embedding API -#### `WebAssembly.compile` +#### `WebAssembly.compileStreaming` :cyclone: Added for milestone 2, developers must feature detect. @@ -70,7 +70,7 @@ MIME type mismatch or `opaque` response types [reject](http://tc39.github.io/ecma262/#sec-rejectpromise) the Promise with a `TypeError`. -#### `WebAssembly.instantiate` +#### `WebAssembly.instantiateStreaming` :cyclone: Added for milestone 2, developers must feature detect. |
