Skip to content

Commit c773824

Browse files
author
Capacitor+ Bot
committed
chore: sync upstream PR ionic-team#8155 from @cornflakes
2 parents 4c7c126 + c1976a7 commit c773824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/native-bridge.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ const initBridge = (w: any): void => {
740740
.nativePromise('CapacitorHttp', 'request', {
741741
url: this._url,
742742
method: this._method,
743+
responseType: this.responseType,
743744
data: data !== null ? data : undefined,
744745
headers: {
745746
...headers,

0 commit comments

Comments
 (0)