Skip to content

Commit 6e618f5

Browse files
committed
Update initialize docs in README
1 parent 82b9858 commit 6e618f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ calling `initialize` before constructing any `SourceMapConsumer`s.
208208
The options object has the following properties:
209209

210210
* `"lib/mappings.wasm"`: A `String` containing the URL of the
211-
`lib/mappings.wasm` file.
211+
`lib/mappings.wasm` file, or an `ArrayBuffer` with the contents of `lib/mappings.wasm`.
212212

213213
```js
214214
sourceMap.SourceMapConsumer.initialize({

0 commit comments

Comments
 (0)