910e62b5创建于 1月15日历史提交
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

[
    "addContentScripts",
    "allowscaling",
    "allowtransparency",
    "autosize",
    "back",
    "canGoBack",
    "canGoForward",
    "captureVisibleRegion",
    "clearData",
    "constructor",
    "contentWindow",
    "contextMenus",
    "executeScript",
    "focus",
    "forward",
    "getAudioState",
    "getUserAgent",
    "getZoom",
    "go",
    "insertCSS",
    "isAudioMuted",
    "isUserAgentOverridden",
    "maxheight",
    "maxwidth",
    "minheight",
    "minwidth",
    "name",
    "onaudiostatechanged",
    "onclose",
    "onconsolemessage",
    "oncontentload",
    "oncontentresize",
    "ondialog",
    "onexit",
    "onloadabort",
    "onloadcommit",
    "onloadprogress",
    "onloadredirect",
    "onloadstart",
    "onloadstop",
    "onnewwindow",
    "onpermissionrequest",
    "onresize",
    "onresponsive",
    "onsizechanged",
    "onunresponsive",
    "onzoomchange",
    "partition",
    "print",
    "reload",
    "removeContentScripts",
    "request",
    "setAudioMuted",
    "setClientHintsUABrandEnabled",
    "setUserAgentOverride",
    "setZoom",
    "setZoomMode",
    "src",
    "stop"
]