- From: Oliver Dunk <notifications@github.com>
- Date: Thu, 31 Oct 2024 09:12:20 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 October 2024 16:12:24 UTC
To add some more context here, we recently had some discussions about this in the WebExtensions Community Group. While we could add an API in the extension namespace (e.g, browser.dom.querySelector) there was alignment across the extension teams from Chrome, Firefox and Safari that we would prefer to put this closer to the web platform. Based on previous discussions about other capabilities, I could imagine this being a new API or an `{ includeShadowRoots: true }` option on an existing method (e.g, querySelector). That doesn't mean this has to be exposed to all sites - we could still allow the user agent to prevent anything other than an extension from calling it / setting the new flag. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1321#issuecomment-2450273120 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1321/2450273120@github.com>
Received on Thursday, 31 October 2024 16:12:24 UTC