A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Quality control ๐Ÿ‘€

+1 -3
+1 -3
src/Javascript/Workers/service.js
··· 5 5 // This worker is responsible for caching the application 6 6 // so it can be used offline. 7 7 8 - import { stringify } from "postcss" 9 - 10 8 11 9 const KEY = 12 10 /* eslint-disable no-undef */ ··· 148 146 // โš—๏ธ 149 147 150 148 151 - function newRequestWithAuth(event, urlWithoutToken, authToken, mode) { 149 + function newRequestWithAuth(event, urlWithoutToken, authToken) { 152 150 const request = event.request 153 151 const newHeaders = Object.fromEntries( 154 152 request.headers.entries()