- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 25 Oct 2016 01:43:06 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 25 October 2016 08:43:37 UTC
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