Skip to content

Commit 2b503c4

Browse files
committed
fix: missing export of addNetworkInterceptor, addInterceptor
1 parent 180ded4 commit 2b503c4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/https.android.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { File, HttpResponseEncoding, ImageSource, Utils } from '@nativescript/core';
22
import * as Https from './https.common';
33

4+
export { addNetworkInterceptor, addInterceptor } from './https.common';
5+
46
interface Ipeer {
57
enabled: boolean;
68
allowInvalidCertificates: boolean;

src/https.ios.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { File, ImageSource, Utils } from '@nativescript/core';
22
import * as Https from './https.common';
3+
export { addNetworkInterceptor, addInterceptor } from './https.common';
34

45
let cache: NSURLCache;
56

0 commit comments

Comments
 (0)