Go to file
Michal Szczepanski e10de72fbc fix: cleanup module resolution 2023-06-14 19:56:45 +02:00
bin feat: add developer stats 2023-06-14 03:59:32 +02:00
src fix: fetch data payload type 2023-06-14 04:17:36 +02:00
.env feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.env.development feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.eslintrc feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.gitignore feat: fetch service with timeout and refresh token 2023-06-14 02:52:48 +02:00
.npmignore fix: cleanup module resolution 2023-06-14 19:56:45 +02:00
.parcelrc Initial commit 2023-06-14 01:21:01 +02:00
.prettierrc.json Initial commit 2023-06-14 01:21:01 +02:00
LICENSE Initial commit 2023-06-14 01:21:01 +02:00
README.md doc: update README with service worker 2023-06-14 04:46:49 +02:00
package-lock.json fix: cleanup module resolution 2023-06-14 19:56:45 +02:00
package.json fix: cleanup module resolution 2023-06-14 19:56:45 +02:00
tsconfig.json fix: cleanup module resolution 2023-06-14 19:56:45 +02:00

README.md

fetch-service

  • fetch wrapper
  • timeout
  • retry with refresh token
  • works inside service worker

Development

npm run dev

Production

npm run build