Boris Zbarsky wrote:
Nick Peirson wrote:
My extension tries to prefetch the next image in a sequence, e.g. on
browsing to http://www.example.org/1.jpg it tries to prefetch and
cache http://www.example.org/2.jpg. Using prefetchURIForOfflineUse
means browsing to 2.jpg is already cached, where as with prefetchURI
it isn't and 2.jpg loads incrementally when it's browsed to.

That's odd.  prefetchURI should work for what you're doing here.

I'd also be interested in knowing the exact values you're passing to prefetchURI.

-Boris
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to