← back to v150 · deprecate-and-remove-document-requeststorageaccessfor
conformance · v150
v150 · deprecate-and-remove-document-requeststorageaccessfor — 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 |
|---|---|---|---|---|
requeststorageaccessfor-removed |
document.requestStorageAccessFor is no longer exposed as a method. | script | … | |
requeststorageaccess-still-present |
document.requestStorageAccess (the core Storage Access API) is still available — only the 'For' variant is removed. | typeof | … | |
hasstorageaccess-still-present |
document.hasStorageAccess remains as the parallel introspection method. | typeof | … | |
permissions-storage-access-still-queryable |
navigator.permissions.query({name:'storage-access'}) still resolves — the Permissions surface for the parent API is preserved. | script | … | |
top-level-storage-access-permission-removed |
The 'top-level-storage-access' permission name (only used by requestStorageAccessFor) rejects when queried. | script | … |