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 abaab6a commit f9d6a12Copy full SHA for f9d6a12
documentation/docs/secret-store/SecretStoreEntry/prototype/rawBytes.mdx
@@ -6,9 +6,9 @@ pagination_prev: null
6
---
7
# SecretStoreEntry.prototype.rawBytes
8
9
-▸ **rawBytes**(): `ArrayBuffer`
+▸ **rawBytes**(): `Uint8Array`
10
11
-Returns the raw byte contents of the SecretStoreEntry instance as an ArrayBuffer.
+Returns the raw byte contents of the SecretStoreEntry instance as a Uint8Array.
12
13
## Syntax
14
@@ -22,7 +22,7 @@ None.
22
23
### Return value
24
25
-An ArrayBuffer
+A Uint8Array
26
27
### Exceptions
28
0 commit comments