HTTPRequest.isNavigationRequest() 方法
¥HTTPRequest.isNavigationRequest() method
如果请求是当前帧导航的驱动程序,则为 True。
¥True if the request is the driver of the current frame's navigation.
签名
¥Signature
class HTTPRequest {
abstract isNavigationRequest(): boolean;
}
Returns:
boolean