This repository was archived by the owner on Sep 26, 2022. It is now read-only.
Merged
Conversation
The rollup configuration file now also includes the instruction to generate the CJS module.
…unction This lines right there is throwing a `java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toUpperCase()' on a null object reference`
* Android - Prevent extra new line in text response. * Android - Support json array requests. * Android - Add error property on JSObject output. * ios - Support array request.
-Since Object.keys() doesn't return anything for FormData typed objects, use a FormData specific function to iterate over the key/value pairs.
…145) Co-authored-by: frank.fabry <frank.fabryadesso.at>
* feat: implement getRequestDataAsMultipartFormData * fix: allow non-object http body * feat(iOS): Add fallback to always try to parse the request data no matter the content type
Co-authored-by: Thomas Vidas <thomasvidas@users.noreply.github.com>
* feat: implement getRequestDataAsMultipartFormData * fix: allow non-object http body * feat(iOS): Add fallback to always try to parse the request data no matter the content type * feat(android): non-object post body * fix: bug where httpconn was being written to after it was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GETas the default HTTP method indownloadFileHttp.get,Http.post,Http.put,Http.patch,Http.delIncludes various code cleanup.
Tested with Capacitor 3.0.1 and 3.1.1 on both Android and iOS