Go to file
Michal Szczepanski 70ffc3c79a version bump 0.0.5 2023-10-31 17:31:48 +01:00
bin fix: default headers only if no headers present 2023-09-19 04:33:30 +02:00
src fix: pass missing old headers on refresh 2023-10-11 07:03:54 +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 feat: add uglify 2023-06-17 08:14:24 +02:00
package.json version bump 0.0.5 2023-10-31 17:31:48 +01:00
tsconfig.json feat: add uglify 2023-06-17 08:14:24 +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