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

I'm not sure if that's what we want. It's easy enough to move step 1 of CrossOriginGetOwnPropertyHelper down and it would be more consistent with how a same-origin window behaves.

The potential for conflict would also complicate CrossOriginOwnPropertyKeys somewhat as we don't want to return duplicate keys there. We'd only want to append "then" if it's not there already.

-- 
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-345249273

Received on Friday, 17 November 2017 13:53:30 UTC