Re: Make MediaStream usable with postMessage

On Mon, Oct 21, 2013 at 3:43 PM, Stefan HÃ¥kansson LK
<stefan.lk.hakansson@ericsson.com> wrote:
> This (abstract clone) sounds interesting. Could you provide a link to an
> example?

See e.g. how http://dom.spec.whatwg.org/#dom-document-adoptnode is
defined in terms of http://dom.spec.whatwg.org/#concept-node-adopt

The DOM has a lot of operations defined that are used by methods. For
your case, the abstract operation could take a targetRealm and for the
case of invoking clone(), targetRealm would simply be identical to
that of the object the method is invoked upon.


-- 
http://annevankesteren.nl/

Received on Monday, 21 October 2013 15:05:12 UTC