tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
browser_fail_throw.js (59B)
1
function
test
()
{
2
throw
new
Error
(
"thrown exception"
);
3
}