You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current plan is actually to punt on this entirely until JavaScript has some kind of spec for stack traces. See #958 (comment), which I'd like to roll this bug up into.
The filename/column number/line number are in fact left unspecified for now; the spec will say something like "initialise them to appropriate values". (In particular, we no longer derive the filename from the script.) This allows the better results that in practice browsers exhibit for e.g. eval code. In the future, this may become specified in detail when the JavaScript spec specifies error stack traces in detail.
Logs the empty string in Chrome and
javascript:}
in Fx. We should probably define the correct answer.The text was updated successfully, but these errors were encountered: