- From: PhistucK <phistuck@gmail.com>
- Date: Sat, 25 Jan 2014 19:57:52 +0200
- To: Max Polk <maxpolk@gmail.com>
- Cc: Webplatform List <public-webplatform@w3.org>
Received on Saturday, 25 January 2014 17:59:02 UTC
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