Re: Need confirmation on page delete

It might be a native code concept and not a web concept. MSDN tends to mix
them.


☆*PhistucK*


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

> I just tested that snippet in IE11. It now doesn't display error codes,
> just the description. So yes, this page is pretty much useless.
>
> Dump it please.
>
>
> On Sat, Jan 25, 2014 at 3:58 PM, PhistucK <phistuck@gmail.com> wrote:
>
>> 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 21:28:27 UTC