Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /gpc/idlharness.any.html - WPT Dashboard Interop Dashboard
- /gpc/idlharness.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /gpc/idlharness.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /gpc/idlharness.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
idl_test(
['gpc'],
['html'],
idl_array => {
if (self.Window) {
idl_array.add_objects({ Navigator: ['navigator'] });
} else {
idl_array.add_objects({ WorkerNavigator: ['navigator'] });
}
}
);