evanw / evanw/node-source-map-support
Fetching source .js file in the browser should be done with caching disabled
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
Loading the source map in the browser fails when the XHR request for the js file returns 304 Not Modified and no body. I guess the xhr request should be done with "Cache control: no-cache" header or something similar.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.