mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc: sea.getRawAsset(key)
always returns an ArrayBuffer
PR-URL: https://github.com/nodejs/node/pull/56206 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
37766dcad8
commit
33f0f1656b
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ writes to the returned array buffer is likely to result in a crash.
|
|||
|
||||
* `key` {string} the key for the asset in the dictionary specified by the
|
||||
`assets` field in the single-executable application configuration.
|
||||
* Returns: {string|ArrayBuffer}
|
||||
* Returns: {ArrayBuffer}
|
||||
|
||||
### `require(id)` in the injected main script is not file based
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue