WKURLSchemeHandler and FormData

171 Views Asked by At

I develop hybrid application.

When JS send XMLHTTPRequest with FormData, App WKURLSchemeHandler custom class receives WKURLSchemeTask with request, but request has no HTTPBody or HTTPBodyStream. Both properties has value nil.

Does anyone know, whether or not WKURLSchemeHandler supports FormData as request body?

0

There are 0 best solutions below