hk-planner/frontend/node_modules/workbox-cacheable-response/package.json
jtricerolph 18e24efbeb Add sync error logging, extend error flash, fix unload saves
- Log workforce sync errors to backend stdout so they appear in docker logs
- Extend error flash from 5s to 15s so errors are readable
- Replace sendBeacon (POST-only) with keepalive fetch (PUT) on unload —
  sendBeacon was hitting 404s on all three unload saves

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-22 14:19:38 +00:00

31 lines
885 B
JSON
Executable file

{
"name": "workbox-cacheable-response",
"version": "7.4.1",
"license": "MIT",
"author": "Google's Web DevRel Team and Google's Aurora Team",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"repository": {
"type": "git",
"url": "git+https://github.com/googlechrome/workbox.git"
},
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [
"workbox",
"workboxjs",
"service worker",
"sw",
"workbox-plugin"
],
"workbox": {
"browserNamespace": "workbox.cacheableResponse",
"packageType": "sw"
},
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "7.4.1"
},
"gitHead": "62b9d8ba8eb3c1a2ab8aac9d84c90cda7865d6a3"
}