Skip to content

Commit

Permalink
refactor(react-native): add 'URL.pathname' polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Apr 18, 2024
1 parent 6f73dae commit 7fd473c
Show file tree
Hide file tree
Showing 6 changed files with 10,190 additions and 4,271 deletions.
2 changes: 1 addition & 1 deletion dist/web/pubnub.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/react_native/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { TextEncoder, TextDecoder } from 'text-encoding';
import 'react-native-url-polyfill/auto';
import CborReader from 'cbor-js';
import { Buffer } from 'buffer';
import { stringifyBufferKeys } from '../core/components/stringify_buffer_keys';
Expand Down
Loading

0 comments on commit 7fd473c

Please sign in to comment.