Skip to main content
Version: 25.3.0

Frame.extensionRealms() 方法

🌐 Frame.extensionRealms() method

检索与此帧关联的扩展执行域列表。扩展执行域是由注入到该帧的扩展内容脚本创建的。

🌐 Retrieves the list of extension execution realms associated with this frame. Extension execution realms are created by extension content scripts injected into the frame.

语法

🌐 Signature

class Frame {
abstract extensionRealms(): Realm[];
}

返回:

境界[]