Skip to content

Commit ae3f6fb

Browse files
ShenHongFeimarco-ippolito
authored andcommitted
doc: sea.getRawAsset(key) always returns an ArrayBuffer
PR-URL: #56206 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 33cd7d3 commit ae3f6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/single-executable-applications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ writes to the returned array buffer is likely to result in a crash.
344344
345345
* `key` {string} the key for the asset in the dictionary specified by the
346346
`assets` field in the single-executable application configuration.
347-
* Returns: {string|ArrayBuffer}
347+
* Returns: {ArrayBuffer}
348348
349349
### `require(id)` in the injected main script is not file based
350350

0 commit comments

Comments
 (0)