summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/serviceWorkerHttpLib.ts
AgeCommit message (Collapse)Author
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-08wallet: throttle all http requestsFlorian Dold
even from browsers / service workers
2022-01-16forcing update when querying the terms, and fixing bug in request header parsingSebastian
2022-01-16#7120 manifest v3: first iteration workingSebastian
new permission needed: scripting chrome.browserAction -> chrome.action webRequestBlocking is not possible anymore chrome.extension.getUrl -> chrome.runtime.getUrl new serviceWorkerHttpLib: using fetch new serviceWorkerCryptoWorkerFactory: using syncCryptoImpl few other minor changes still missing some other changes like migrating setTimeout to chrome.alarms api