Confirmed users
125
edits
Line 65: | Line 65: | ||
* When should the browser fetch the source map? | * When should the browser fetch the source map? | ||
** As soon as it knows of the existence of the source map? | ** As soon as it knows of the existence of the source map? | ||
** By the time a message is logged, or an exception is thrown, it is already too late to fetch the source map because we do not want to | ** By the time a message is logged, or an exception is thrown, it is already too late to fetch the source map because we do not want to delay displaying a message while we go fetch the source map. | ||
* When (if at all) should the browser fetch the original source file[s] referenced from a source map? | * When (if at all) should the browser fetch the original source file[s] referenced from a source map? |