HTTPResponseHTTPResponse.frame版本:23.11.1本頁內容HTTPResponse.frame() 方法 發起此回應的 Frame,如果導航至錯誤頁面則為 null。 簽名 class HTTPResponse { abstract frame(): Frame | null;} 返回 Frame | null