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;
}
返回:
boolean