Skip to content

Commit

Permalink
Fix reference to transfer[-receiving] steps
Browse files Browse the repository at this point in the history
Some previous copypasta in the definition of [Transferable] mentioned serialization instead of transfer in one place.
  • Loading branch information
littledan authored and annevk committed Nov 26, 2018
1 parent d324aeb commit 0e61f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -8180,7 +8180,7 @@ interface <dfn>DOMStringList</dfn> {
arguments, and must not appear on anything other than an interface. It must appear only once on an
interface. It must not be used on a callback interface. If it appears on a partial interface or an
interface that is really a mixin, then it must also appear on the original or mixed-in-to
interface, and any supplied <span>serialization steps</span> and <span>deserialization
interface, and any supplied <span>transfer steps</span> and <span>transfer-receiving
steps</span> for the partial interface or mixin should be understood as being appended to those of
the original or mixed-in-to interface.</p>

Expand Down

0 comments on commit 0e61f50

Please sign in to comment.