Skip to content

Commit 853d637

Browse files
Marcos Cáceresbeverloo
authored andcommitted
fix: set to ArrayBuffer instead of BufferSource (#310)
1 parent 24673c5 commit 853d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ <h2>
568568
following substeps:
569569
<ol>
570570
<li>If the <var>applicationServerKey</var> is provided as a {{DOMString}}, set its
571-
value to a {{BufferSource}} containing the sequence of octets that result from decoding
571+
value to an {{ArrayBuffer}} containing the sequence of octets that result from decoding
572572
<var>applicationServerKey</var> using the base64url encoding [[RFC7515]]. If decoding
573573
fails, reject promise with a {{DOMException}} whose name is "{{InvalidCharacterError}}"
574574
and terminate these steps.

0 commit comments

Comments
 (0)