On Thu, Jun 7, 2012 at 1:37 PM, Erik Arvidsson <[email protected]> wrote: > I wrote a new strawman for Error stack which is now available in some > form in all major browser (if betas are considered). > > http://wiki.ecmascript.org/doku.php?id=strawman:error_stack > > Feedback wanted.
This isn't machine parseable in all cases, since the .message may contain newlines and can end with something like "\n at ..." Changing this in Firefox would affect any Firefox addons that use Error.stack, but maybe we can take that hit. -j _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

