Re: [whatwg/dom] Proposal: DOM APIs in web workers? (Issue #1217)

> Remember that some elements have actions when they're constructed ... Eg creating an image.

wait a minute though ... I don't see any network activity in here ... that's what I meant by *live* ... if we parse to retrieve a document I don't think the parser constructs out of the box those elements until these are live/adopted ... what am I missing?

```js
(new DOMParser).parseFromString('<img src="shenanigans.png">', 'text/html')
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1217#issuecomment-1658293345
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1217/1658293345@github.com>

Received on Monday, 31 July 2023 12:38:35 UTC