Sebastian Zartner (2014-03-28T18:55:51.000Z)
>
> Hi John, supposedly <
> https://developers.google.com/chrome-developer-tools/docs/javascript-debugging#breakpoints-dynamic-javascript>
> and <
> http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl>
> document the emerging de facto std for providing this name to the existing
> API. However, I have not seen it work on any browser. See point #5 at <
> https://mail.mozilla.org/pipermail/es-discuss/2014-March/036642.html>. Am
> I doing something wrong here that account for my not seeing this, or does
> it in fact not work anywhere?
>

sourceURL and displayName are also working in Firefox. Not consistently
yet, though. FWIW Firebug is making use of these in it's 2.0 alpha 1
version. See
http://www.softwareishard.com/blog/firebug/firebug-2-support-for-dynamic-scripts/
.
Would be great if these could be standardized.

Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140328/9e244203/attachment.html>
domenic at domenicdenicola.com (2014-03-30T16:16:20.504Z)
sourceURL and displayName are also working in Firefox. Not consistently
yet, though. FWIW Firebug is making use of these in it's 2.0 alpha 1
version. See http://www.softwareishard.com/blog/firebug/firebug-2-support-for-dynamic-scripts/.
Would be great if these could be standardized.