HTTPRequestHTTPRequest.frame版本:23.11.1本頁內容HTTPRequest.frame() 方法 發起請求的框架,如果導航到錯誤頁面則為 null。 簽名 class HTTPRequest { abstract frame(): Frame | null;} 回傳 Frame | null