HTMLIFrameElement: contentWindow プロパティ
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.
contentWindow
プロパティは、HTMLIFrameElement が所属する Window オブジェクトを返します。この Window
オブジェクトを使用して、iframe の文書や内部 DOM にアクセスすることができます。この属性は読み取り専用ですが、グローバルの Window
オブジェクトのように操作することができます。