xss: is it possible to continue javascript code execution after a "throw new Error()" line?
there is this javascript file that a can inject code after throw new Error("error string") line. But it seems that after the throw statement, no code can be executed.
throw new Error("error string");
<my xss code her… Continue reading xss: is it possible to continue javascript code execution after a "throw new Error()" line?