Skip to content

Commit 0e61f50

Browse files
littledanannevk
authored andcommitted
Fix reference to transfer[-receiving] steps
Some previous copypasta in the definition of [Transferable] mentioned serialization instead of transfer in one place.
1 parent d324aeb commit 0e61f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8180,7 +8180,7 @@ interface <dfn>DOMStringList</dfn> {
81808180
arguments, and must not appear on anything other than an interface. It must appear only once on an
81818181
interface. It must not be used on a callback interface. If it appears on a partial interface or an
81828182
interface that is really a mixin, then it must also appear on the original or mixed-in-to
8183-
interface, and any supplied <span>serialization steps</span> and <span>deserialization
8183+
interface, and any supplied <span>transfer steps</span> and <span>transfer-receiving
81848184
steps</span> for the partial interface or mixin should be understood as being appended to those of
81858185
the original or mixed-in-to interface.</p>
81868186

0 commit comments

Comments
 (0)