← back to v141 · web-smart-card-api
conformance · v141
v141 · web-smart-card-api — conformance probe
6 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
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
smartcardresourcemanager-exposed |
SmartCardResourceManager is exposed as the top-level interface representing the PC/SC resource manager. | script | … | |
navigator-smartcard-entry-point |
navigator.smartCard is exposed; this is the entry point for accessing the resource manager. | script | … | |
smartcard-connection |
SmartCardConnection is exposed; it is the object returned when connecting to a reader. | script | … | |
smartcard-access-mode-enum |
SmartCardAccessMode-style values are accepted ('shared', 'exclusive', 'direct') as strings by the API surface. | script | … | |
secure-context-required |
isSecureContext is exposed; Web Smart Card is restricted to secure contexts. | script | … | |
iwa-required-context |
Isolated Web App restriction: the API surface is gated by Isolated-Web-App context detection (crossOriginIsolated is the underlying flag). | script | … |