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 a5a60e6 commit 4b099ceCopy full SHA for 4b099ce
doc/api/single-executable-applications.md
@@ -343,7 +343,7 @@ This method can be used to retrieve the assets configured to be bundled into the
343
single-executable application at build time.
344
An error is thrown when no matching asset can be found.
345
346
-Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not
+Unlike `sea.getAsset()` or `sea.getAssetAsBlob()`, this method does not
347
return a copy. Instead, it returns the raw asset bundled inside the executable.
348
349
For now, users should avoid writing to the returned array buffer. If the
0 commit comments