Lately I found myself spending a considerable amount of time playing with Service Worker. This is an insanely interesting new HTML5 feature that basically allow us to define a JS file as a ‘proxy’ between the actual page and the server. The so defined Javascript file is then marked as Service Worker for the current domain (or a part of it) and this is where the magic begin
A Service Worker has two main features (but more to come). The first is that it can intercepts all the HTTP requests leav...
Published on April 26, 2015 03:21