From d038738a7fd0f5171402f2725a6882843607ddbf Mon Sep 17 00:00:00 2001 From: browser-specs-bot <> Date: Thu, 21 Aug 2025 06:21:36 +0000 Subject: [PATCH] Add Local Network Access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1953, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`:
Add spec (1) ```json { "url": "https://wicg.github.io/local-network-access/", "seriesComposition": "full", "shortname": "local-network-access", "series": { "shortname": "local-network-access", "currentSpecification": "local-network-access", "title": "Local Network Access", "shortTitle": "Local Network Access", "nightlyUrl": "https://wicg.github.io/local-network-access/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/local-network-access/", "status": "Draft Community Group Report", "alternateUrls": [], "repository": "https://github.com/WICG/local-network-access", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Local Network Access", "source": "spec", "shortTitle": "Local Network Access", "categories": [ "browser" ], "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "fetch/local-network-access" ] } } ```
### Tests These changes look good! 😎 --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index 4bdd228d..a6589441 100644 --- a/specs.json +++ b/specs.json @@ -788,6 +788,7 @@ "https://wicg.github.io/keyboard-map/", "https://wicg.github.io/layout-instability/", "https://wicg.github.io/local-font-access/", + "https://wicg.github.io/local-network-access/", "https://wicg.github.io/manifest-incubations/", "https://wicg.github.io/media-feeds/", {