- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 18 Jul 2024 18:30:13 -0700
- To: whatwg/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/webidl/pull/1422@github.com>
The previous text assumed that the AllocateArrayBuffer step would never throw, since it was basically spec fiction for retargeting a pointer. However, if we transfer across agent clusters, memory allocation will be needed. And even then, we shouldn't be normatively asserting that implementations use the pointer-retargeting strategy. Instead, we can explain it in a note. <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://whatpr.org/webidl/1422.html" title="Last updated on Jul 19, 2024, 1:30 AM UTC (6a37390)">Preview</a> | <a href="https://whatpr.org/webidl/1422/155ae10...6a37390.html" title="Last updated on Jul 19, 2024, 1:30 AM UTC (6a37390)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/whatwg/webidl/pull/1422 -- Commit Summary -- * Stop assuming "transfer" is same-agent cluster -- File Changes -- M index.bs (25) -- Patch Links -- https://github.com/whatwg/webidl/pull/1422.patch https://github.com/whatwg/webidl/pull/1422.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/webidl/pull/1422 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/webidl/pull/1422@github.com>
Received on Friday, 19 July 2024 01:30:17 UTC