共用方式為


IXDMChannelManager interface

每個目標框架/視窗保留的 XDM 通道登錄

方法

addChannel(Window, string)

為指定的目標視窗/iframe 新增 XDM 通道

removeChannel(IXDMChannel)

移除 XDM 通道,允許處置它

方法詳細資料

addChannel(Window, string)

為指定的目標視窗/iframe 新增 XDM 通道

function addChannel(window: Window, targetOrigin?: string): IXDMChannel

參數

window

Window

要與 iframe 通訊的目標 iframe 視窗

targetOrigin

string

如果已知) ,目標 iframe 的 URL (

傳回

removeChannel(IXDMChannel)

移除 XDM 通道,允許處置它

function removeChannel(channel: IXDMChannel)

參數

channel
IXDMChannel

要從通道管理員中移除的通道