Skip to content

Commit

Permalink
Fix whatwg#451: clarify where transferable objects can go
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 1, 2016
1 parent d2a0cbd commit 2b13d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -7640,7 +7640,8 @@ interface <dfn>DOMStringMap</dfn> {

<p>Some objects support being copied and closed in one operation. This is called
<i>transferring</i> the object, and is used in particular to transfer ownership of unsharable or
expensive resources across worker boundaries.</p>
expensive resources across document and worker boundaries, including across documents of different
<span data-x="origin">origins</span>.</p>

<p>The following <code>Transferable</code> types exist:</p>

Expand Down

0 comments on commit 2b13d2b

Please sign in to comment.