Re: [whatwg/dom] No way to resolve a Promise with a cross domain WindowProxy (#536)

We probably _could_ do that.  @bholley may have opinions on whether it's OK from his pov security-wise.

I just double-checked the interaction with subframes named "then", and I think it should be ok, since at https://html.spec.whatwg.org/#windowproxy-getownproperty step 5 the value would be undefined, then at step 6 we would find the named subframe, but it's not callable, so would not affect the Promise behavior.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/536#issuecomment-344624827

Received on Wednesday, 15 November 2017 15:20:05 UTC