Re: [whatwg/fetch] fetch() is unclear on which realm's Request it uses (#777)

I mean, it has to be bound to some realm. And we generally want to pick the relevant realm of this, for methods. (For constructors the "relevant realm of this" is not super well-defined, since the this object is still being created, and is derived from the realm of new.target, which is usually-but-not-with-Reflect.construct the current realm.)

-- 
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/fetch/issues/777#issuecomment-404737633

Received on Friday, 13 July 2018 06:20:01 UTC