← back to v145 · local-network-access-restrictions
conformance · v145
v145 · local-network-access-restrictions — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
fetch-is-function |
fetch is the surface gated by local network access restrictions. | typeof | … | |
secure-context-required |
Local Network Access is restricted to secure contexts; isSecureContext is observable to script. | exists | … | |
permissions-api-exists |
navigator.permissions exists — the local-network-access permission is queried through it. | exists | … | |
permissions-policy-exposes-lna |
document.featurePolicy or document.permissionsPolicy exists — LNA is controllable as a permissions-policy feature. | script | … | |
xhr-still-exists |
XMLHttpRequest is exposed — LNA gating applies to all request APIs uniformly. | exists | … |