Re: [whatwg/fetch] Realm for "package data" (#400)

Yeah. As I mentioned elsewhere, IDL really needs to start to define how an object is allocated as an abstract operation and then we should force everyone to go through that whenever they allocate an object of sorts. And then perhaps some convenient functions around that. For instance: Allocate(realm, interfaceToAllocate); AllocateFromThis(this, interfaceToAllocate); AllocateFromCurrent(interfaceToAllocate).

-- 
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/400#issuecomment-255974261

Received on Tuesday, 25 October 2016 08:43:37 UTC