request property
The URL request object associated with the navigation action.
NOTE for Android: If the request is associated to the PlatformWebViewCreationParams.onCreateWindow event
and the window has been created using JavaScript, request.url
will be null
,
the request.method
is always GET
, and request.headers
value is always null
.
Also, on Android < 21, the request.method
is always GET
and request.headers
value is always null
.
Implementation
URLRequest request;