HTTPRequest.isNavigationRequest() method
True if the request is the driver of the current frame's navigation.
Signature:
class HTTPRequest {
isNavigationRequest(): boolean;
}
Returns:
boolean
True if the request is the driver of the current frame's navigation.
class HTTPRequest {
isNavigationRequest(): boolean;
}
Returns:
boolean