Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /eventsource/eventsource-constructor-url-bogus.any.html - WPT Dashboard Interop Dashboard
- /eventsource/eventsource-constructor-url-bogus.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /eventsource/eventsource-constructor-url-bogus.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /eventsource/eventsource-constructor-url-bogus.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,worker
// META: title=EventSource: constructor (invalid URL)
test(() => {
});
done();