Hi Stephane,

Search for service-worker + AngularJs. This sounds like a perfect match. 
You can add an service-worker without even touching the AngularJs part.
There are some breaking changes between 1.4 and 1.7, but you have to look 
those up. It's a couple of years since I really used AngularJs.

With background workers, you can move the downloading of the images off the 
main thread, but a worker has no access to the DOM. This is probably more 
invasive to your current code-base as a service-worker would be.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to