Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Release Notes for Service Worker in Chrome 44

615 views
Skip to first unread message

Matt Falkenhagen

unread,
Jul 9, 2015, 10:23:23 PM7/9/15
to service-wor...@chromium.org

Here is a list of changes that pertain to Service Worker in Chrome 44, which is the current Beta channel.


New capabilities:

  • Support for Request.context (bug, spec).


API changes:

  • FetchEvent now inherits from ExtendableEvent and has a constructor (bug, spec).

  • For security purposes, opaque responses can no longer be used in response to client requests (bug, spec discussion).

  • The InstallEvent interface has been removed. The interface for the ‘install’ event has changed from InstallEvent to ExtendableEvent (bug, spec discussion).


Improvements:

  • Service Workers are now exposed in Chrome’s “Cookies set by this page” UI. Now users can see when their content settings allow or block Service Workers (bug).

  • Improve Service Worker startup success rate and fall back to network when it fails for a main resource load (bug).


DevTools related: (Note: I recommend using Dev channel or Canary for the latest DevTools experience)

  • Add the ‘--unsafely-treat-insecure-origin-as-secure’ command-line option for easier local development when using powerful features that require secure contexts (bug). Example: $ ./chrome --user-data-dir=/tmp/foo --unsafely-treat-insecure-origin-as-secure=http://your.insecure.site

  • Support for deleting individual Cache Storage entries (bug).

  • Cache Storage is now inspectable from all frames, not just Service Worker (bug).

  • Fix a bug where console logging from a Service Worker in a regular window appears in an incognito window’s console (bug).

  • Exceptions from inside waitUntil() or respondWith() are now reported in the Service Worker console (bug).

  • To get a sneak peek of a “Service Worker explorer UI” we’re working on (experimental, UX reword underway but feedback still welcome), see these slides.


Bug fixes:

  • Fix a bug where Service Worker can get stuck in the STOPPING state (bug).

  • The full list of fixes is here.


Hiroki Nakagawa

unread,
Jul 17, 2015, 6:36:00 AM7/17/15
to Matt Falkenhagen, service-wor...@chromium.org
2015-07-10 11:23 GMT+09:00 Matt Falkenhagen <fal...@chromium.org>:

Here is a list of changes that pertain to Service Worker in Chrome 44, which is the current Beta channel.


New capabilities:

  • Support for Request.context (bug, spec).


 

--
You received this message because you are subscribed to the Google Groups "service-worker-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to service-worker-di...@chromium.org.
To post to this group, send email to service-wor...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/service-worker-discuss/CAJ_xCi%3DztuK89X9PGChUrExUDwzshBm5ThHC-AfAMKZq2D98WQ%40mail.gmail.com.

Reply all
Reply to author
Forward
0 new messages