Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
No information provided| Shipping on desktop | 147 |
| DevTrial on desktop | 144 |
| Shipping on Android | 147 |
| DevTrial on Android | 144 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
No information providedOn 2/19/26 2:28 p.m., Chromestatus wrote:
Contact emailshc...@chromium.org
Explainerhttps://github.com/WICG/local-network-access/blob/main/explainer.md
Specificationhttps://wicg.github.io/local-network-access/#integration-with-webtransport
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/6997646c.2b0a0220.19817b.07d2.GAE%40google.com.
On 2/19/26 2:28 p.m., Chromestatus wrote:
I'd be happier if we spent some time defining the actual integration with WebTransport - this doesn't really describe how or when LNA should be applied. i.e., does it happen in the constructor steps? Or when obtaining a connection? Somewhere else? Does it ever throw an error? etcContact emailshc...@chromium.org
Explainerhttps://github.com/WICG/local-network-access/blob/main/explainer.md
Specificationhttps://wicg.github.io/local-network-access/#integration-with-webtransport
Why not? It seems like this should be possibleIs this feature fully tested by web-platform-tests?No
On Fri, Feb 20, 2026 at 10:23 AM Mike Taylor <mike...@chromium.org> wrote:On 2/19/26 2:28 p.m., Chromestatus wrote:
I'd be happier if we spent some time defining the actual integration with WebTransport - this doesn't really describe how or when LNA should be applied. i.e., does it happen in the constructor steps? Or when obtaining a connection? Somewhere else? Does it ever throw an error? etcContact emailshc...@chromium.org
Explainerhttps://github.com/WICG/local-network-access/blob/main/explainer.md
Specificationhttps://wicg.github.io/local-network-access/#integration-with-webtransportThe short answer is that this check happens in the constructor before a connection is attempted. Re: more spec work, its something that is on our list of things to do, but we've chosen to prioritize other LNA landing work to ensure better user experiences (see the ongoing discussion in https://groups.google.com/a/chromium.org/g/blink-dev/c/8AK8V4fSZFU)Looking briefly at the specs, I'm not 100% sure if we'd patch the fetch spec for "obtaining a connection" (https://fetch.spec.whatwg.org/#concept-connection-obtain) which is referenced in webtransport's "obtaining a connection" section (here). If its the former, than we wouldn't need to change the WebTransport spec at all.