show stacktrace for blob urls
harutyun
Posted on
Aug 04 2014
in computeStackTraceFromStackProp
function there are regexps for matching url
chrome = /^\s*at (?:((?:\[object object\])?\S+) )?\(?((?:file|http|https):.*?):(\d+)(?::(\d+))?\)?\s*$/i,
but for a web worker created with Blob url is something like
at a (blob:https%3A//ide.c9.io/55c16cec-0a6d-4b2f-b4ea-14ea4fa71504:2:23)
could you add blob
to this regexp?