UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

7 lines (6 loc) 229 B
export const getContentDocument = ( iframeElement: HTMLIFrameElement ): Document | null => iframeElement.contentDocument || /* istanbul ignore next */ (iframeElement.contentWindow && iframeElement.contentWindow.document)