diff --git a/core/native-bridge.ts b/core/native-bridge.ts index 2d260ff49..a09d8c866 100644 --- a/core/native-bridge.ts +++ b/core/native-bridge.ts @@ -740,6 +740,7 @@ const initBridge = (w: any): void => { .nativePromise('CapacitorHttp', 'request', { url: this._url, method: this._method, + responseType: this.responseType, data: data !== null ? data : undefined, headers: { ...headers,