Re: Need confirmation on page delete

When you get an error, you get the message and the code, I presume. So I
would not say it is that useful, but I do not feel strongly about it. Where
would you put it?


☆*PhistucK*


On Sat, Jan 25, 2014 at 10:33 PM, Jonathan Garbee <jonathan@garbee.me>wrote:

> 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:59:14 UTC