Skip to content

Commit f9d6a12

Browse files
authored
doc: Correct the documented return type of SecretStoreEntry.prototype.rawBytes() (#1207)
1 parent abaab6a commit f9d6a12

File tree

1 file changed

+3
-3
lines changed
  • documentation/docs/secret-store/SecretStoreEntry/prototype

1 file changed

+3
-3
lines changed

documentation/docs/secret-store/SecretStoreEntry/prototype/rawBytes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pagination_prev: null
66
---
77
# SecretStoreEntry.prototype.rawBytes
88

9-
**rawBytes**(): `ArrayBuffer`
9+
**rawBytes**(): `Uint8Array`
1010

11-
Returns the raw byte contents of the SecretStoreEntry instance as an ArrayBuffer.
11+
Returns the raw byte contents of the SecretStoreEntry instance as a Uint8Array.
1212

1313
## Syntax
1414

@@ -22,7 +22,7 @@ None.
2222

2323
### Return value
2424

25-
An ArrayBuffer
25+
A Uint8Array
2626

2727
### Exceptions
2828

0 commit comments

Comments
 (0)