gitextract_baf932zw/ ├── .conf/ │ └── nginx/ │ ├── fetch-progress-headers.conf │ ├── fetch-progress-throttle.conf │ └── server.conf ├── .gitignore ├── LICENSE ├── README.md ├── fetch-basic/ │ ├── index.html │ └── supported-browser.js ├── fetch-enhanced/ │ ├── app.css │ ├── index.html │ └── supported-browser.js ├── index.html ├── sw-basic/ │ ├── app.js │ ├── index.html │ ├── supported-browser-install.js │ ├── sw-installed.html │ └── sw-simple.js └── test/ ├── abort-event.html └── sw-response-with-url-fragments/ ├── index.html └── sw-new-response.js