Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

/* Any copyright is dedicated to the Public Domain.
Assert.throws(() => new EventSource('a'),
/NS_ERROR_FAILURE/,
"This should fail, but not crash, in xpcshell");