This is a collection of ES2017 classes (so a transpiler is needed, webpack is used here with babel and the env preset) that utilize Service Workers to add offline support for a site. This example should work for WordPress sites as well
Because DOMParser
is not included in Service Workers, you will need to install the npm package xmldom
npm install xmldom --save-dev