mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
24a2ba03fb
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.