capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

fix(http): dispatch progress event properly when the response body is null

Open AndrWeisR opened this issue 1 year ago • 2 comments

Fixes bug: Capacitor http request failed on native platforms when response body is null (js null value) and Content-Type is application/json #6947

AndrWeisR avatar Oct 13 '23 04:10 AndrWeisR

Hello, Can anyone made a review of this PR, please? It's contains a small code change, but fixes a issue that's not so minor. Thanks.

dimitr0v avatar Nov 08 '23 11:11 dimitr0v

Please run npm run build:nativebridge so the other native-bridge.js files are generated for Android & iOS.

ItsChaceD avatar Jan 17 '24 13:01 ItsChaceD