Re: Need confirmation on page delete

If this is still current error codes then couldn't we instead simply mark
the page as applying to IE only? This information could be really useful to
people debugging issues in IE.

On Sat, Jan 25, 2014 at 12:57 PM, PhistucK <phistuck@gmail.com> wrote:

> 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 20:33:42 UTC