- From: Boris Zbarsky <notifications@github.com>
- Date: Wed, 03 Feb 2021 12:22:33 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 February 2021 20:22:46 UTC
This is most critically a concern for Promise-valued attributes (e.g. `FontFace.prototype`loaded`, `Document.prototype.documentReadyForIdle`, etc). The consistent thing to do for those is probably to require, per spec, for those Promises to be created at the same time as the object the attribute is on, in that object's relevant global. Implementations that then want to optimize and lazily allocate in the getter can do that, as long as they allocate in the correct global. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/135#issuecomment-772797068
Received on Wednesday, 3 February 2021 20:22:46 UTC