Skip to content

Commit

Permalink
Update description of strings in Blob array param value (#27735)
Browse files Browse the repository at this point in the history
Fixes #25282
  • Loading branch information
sideshowbarker authored Jul 4, 2023
1 parent e8fec85 commit dba2ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/blob/blob/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ new Blob(array, options)
object such as an {{jsxref("Array")}}, having {{jsxref("ArrayBuffer")}}s,
{{jsxref("TypedArray")}}s, {{jsxref("DataView")}}s, {{domxref("Blob")}}s, strings,
or a mix of any of such elements, that will be put inside the {{domxref("Blob")}}.
Note that strings here are encoded as UTF-8, unlike the usual JavaScript UTF-16 strings.
Strings should be well-formed Unicode, and lone surrogates are sanitized using the same algorithm as {{jsxref("String.prototype.toWellFormed()")}}.

- `options` {{optional_inline}}
- : An object which may specify any of the following properties:
Expand Down

0 comments on commit dba2ee0

Please sign in to comment.