-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
superagent
replacement and web worker for web (#367)
feat(network): replace `superagent` with `fetch` 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. * PubNub SDK v8.0.0 release. * Update configuration.ts --------- Co-authored-by: Mohit Tejani <60129002+mohitpubnub@users.noreply.github.com>
- Loading branch information
1 parent
b29cc36
commit 410930f
Showing
497 changed files
with
66,207 additions
and
45,428 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"require": "tsx", | ||
"spec": "test/**/*.test.ts", | ||
"exclude": [ | ||
"test/dist/*.{js,ts}", | ||
"test/feature/*.{js,ts}" | ||
], | ||
"timeout": 5000, | ||
"reporter": "spec" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.