mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
If there is a large owner stack, we could potentially spam multiple fetch requests for the same source map. This adds a simple deduplication logic, based on URL. Also, this adds a timeout of 60 seconds to all fetch requests initiated by fileFetcher content script.