Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/tests/unit/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
Assert.throws(() => new EventSource('a'),
/NS_ERROR_FAILURE/,
"This should fail, but not crash, in xpcshell");