Re: [promises] Guidance on the usage of promises for API developers

On Thu, Jan 16, 2014 at 7:56 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> Here's an example not involving promises that's currently underspecified, I
> believe:
>
>   window1.document.createElement.call(window2.document, "span");
>
> I've put the relevant testcase at
> http://web.mit.edu/bzbarsky/www/testcases/multiple-realms/createElement-1.html
> if you want to take a look.  Browsers consistently create the element in the
> realm of window2 in this case, but the DOM spec doesn't seem to actually
> define the behavior right now, unless I'm totally missing something.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24318

Thanks!


-- 
http://annevankesteren.nl/

Received on Friday, 17 January 2014 11:53:23 UTC