Skip to content

Commit

Permalink
fix: import URL polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
purrseus committed Jan 22, 2025
1 parent 17bb877 commit f945216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { URL } from 'react-native-url-polyfill';
import { NetworkType, type HttpRequest, type WebSocketRequest } from '../types';

export const getNetworkUtils = (data: HttpRequest | WebSocketRequest) => {
Expand Down

0 comments on commit f945216

Please sign in to comment.