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 82b9858 commit 6e618f5Copy full SHA for 6e618f5
README.md
@@ -208,7 +208,7 @@ calling `initialize` before constructing any `SourceMapConsumer`s.
208
The options object has the following properties:
209
210
* `"lib/mappings.wasm"`: A `String` containing the URL of the
211
- `lib/mappings.wasm` file.
+ `lib/mappings.wasm` file, or an `ArrayBuffer` with the contents of `lib/mappings.wasm`.
212
213
```js
214
sourceMap.SourceMapConsumer.initialize({
0 commit comments