abhidas17695 / dweb-ext

0 stars 0 forks source link

Chrome - Failed to load resource: net::ERR_INSUFFICIENT_RESOURCES #4

Closed mitra42 closed 6 years ago

mitra42 commented 6 years ago

Chrome throws this error on images.

Its partly a Chrome problem with refusing to load lots of images cross-origin Its also a Transport layer (dweb-transports) code issue, that it doesnt use a pool of threads, but allows many simultaneous requests And ... the bigger problem is that if the extension is seen as cross-origin (and there may be no way around this) then we might not be able to easily make this problem go away (may need Chrome support via Mark)

mitra42 commented 6 years ago

I've not seen this problem any more, so closing