Upgraded the network layer, replacing the superagent module with the Fetch API for browser integrations and node-fetch for npm integrations, ensuring enhanced performance and reliability.
feat(service-worker): added service worker
Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs.
feat(types): client interface rewritten with TypeScript
The client interface rewritten with TypeScript, which gives an up-to-date interface.
feat(network): replace
superagent
withfetch
Upgraded the network layer, replacing the
superagent
module with theFetch API
for browser integrations and node-fetch fornpm
integrations, ensuring enhanced performance and reliability.feat(service-worker): added service worker
Enhanced the subscribe feature with service worker support, improving user experience across multiple browser windows and tabs.
feat(types): client interface rewritten with TypeScript
The client interface rewritten with TypeScript, which gives an up-to-date interface.