Re: Need confirmation on page delete

Seems right. I tried this code in Chrome -
try
{
 eval("break;");
}
catch (e)
{
 console.log(e)
}
And it does not expose this number.


☆*PhistucK*


On Sat, Jan 25, 2014 at 7:52 PM, Max Polk <maxpolk@gmail.com> wrote:

> Can someone confirm that this page is an Internet Explorer-only page:
>
>     http://docs.webplatform.org/test/javascript/errors/syntax
>
> And we should delete it (actually I'll not do the import on it)? It
> appearsto be specific error values for one browser only, but wanted to
> double check.
>
>

Received on Saturday, 25 January 2014 17:59:02 UTC