- From: Andrea Giammarchi <notifications@github.com>
- Date: Mon, 31 Jul 2023 09:50:27 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 July 2023 16:50:37 UTC
@developit I agree with @BenjaminAster there: nothing you mentioned is an issue with current living standard because `DOMParser` and `parseFromString` do nothing until created nodes from that *document* get adopted. In Workers, there's no way to adopt these in any meaningful way ("*live content*") because nothing is ever live ... no `src`, no `source`, no *CSS*, nothing ... the `parseFromString` rightly does parsing only, the rest is performed only when stuff gets adopted on the main, *live*, thread. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1217#issuecomment-1658761472 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1217/1658761472@github.com>
Received on Monday, 31 July 2023 16:50:37 UTC