← back to v140 · sharedworker-on-android
conformance · v140
v140 · sharedworker-on-android — 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 |
|---|---|---|---|---|
sharedworker-exists |
SharedWorker is exposed on Window, including Android builds. spec ↗ | exists | … | |
sharedworker-is-constructor |
SharedWorker is a constructor function. spec ↗ | typeof | … | |
sharedworker-constructs-from-blob-url |
A same-origin blob URL can be used to construct a SharedWorker. spec ↗ | script | … | |
sharedworker-missing-url-throws |
The SharedWorker constructor requires a script URL. spec ↗ | throws | … | |
sharedworker-message-port-starts |
SharedWorker.port can be started and closed as a MessagePort. spec ↗ | script | … |