Confirmed users
125
edits
Line 63: | Line 63: | ||
** Should a flag or preference be set? | ** Should a flag or preference be set? | ||
** Should the console/firebug/debugger/etc have to flip a switch explicitly when they are started and flip it back off again when they exit? | ** Should the console/firebug/debugger/etc have to flip a switch explicitly when they are started and flip it back off again when they exit? | ||
** John J Barton points out that the browser shouldn't be handling the fetching of source maps, the tool which is consuming them should (such as the debugger). | |||
*** This neatly side-steps the above issues because if the tool isn't on, it won't ever fetch the source map. | |||
* When should the browser fetch the source map? | * When should the browser fetch the source map? |