Skip to content

Commit

Permalink
feat(browser): replace superagent with web worker
Browse files Browse the repository at this point in the history
Separate transport provider for browser version of PubNub SDK to provide better user experience.

feat(types): client interface rewritten with TypeScript

Client interface rewritten with TypeScript which gives up-tp-date interface.
  • Loading branch information
parfeon committed Mar 29, 2024
1 parent 0b11024 commit d546dff
Show file tree
Hide file tree
Showing 369 changed files with 52,757 additions and 29,815 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec: test/**/*.test.{ts,js}
require: test/setup.js
require: test/setup.cjs
exclude:
- test/dist/*.js
- test/feature/*.js
Expand Down
Loading

0 comments on commit d546dff

Please sign in to comment.