| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -689,7 +689,7 @@ changes: | |||
| 689 | 689 | ||
| 690 | 690 | * `format`: {string} Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. | |
| 691 | 691 | * `key`: {CryptoKey} | |
| 692 | - * Returns: {Promise} containing {ArrayBuffer}. | ||
| 692 | + * Returns: {Promise} containing {ArrayBuffer|Object}. | ||
| 693 | 693 | ||
| 694 | 694 | Exports the given key into the specified format, if supported. | |
| 695 | 695 | ||
@@ -776,7 +776,7 @@ changes: | |||
| 776 | 776 | --> | |
| 777 | 777 | ||
| 778 | 778 | * `format`: {string} Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. | |
| 779 | - * `keyData`: {ArrayBuffer|TypedArray|DataView|Buffer|KeyObject} | ||
| 779 | + * `keyData`: {ArrayBuffer|TypedArray|DataView|Buffer|Object} | ||
| 780 | 780 | ||
| 781 | 781 | <!--lint disable maximum-line-length remark-lint--> | |
| 782 | 782 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments