I followed a tutorial on service workers and background sync: https://codelabs.developers.google.com/codelabs/workbox-indexeddb/index.html?index=..%2F..%2Findex#0
When running on Safari iOS 11.3.1, the service worker is registered, since it is reported in the log (service worker installed'). But I don't get the Yay! Workbox is loaded ???? message.
IndexedDB works fine, with objects being updated on every fetch from the server.
However, when I deliberately go offline and perform a POST, nothing is written into the IndexedDB queue. My questions are: 1. Where can I inspect service workers in Web Inspector? 2. Does workbox-background-sync support Safari iOS 11.3.1? And if yes, what's wrong with my set up?