UNPKG

video-ad-sdk

Version:

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

4 lines (3 loc) 192 B
export const getContentDocument = (iframeElement) => iframeElement.contentDocument || /* istanbul ignore next */ (iframeElement.contentWindow && iframeElement.contentWindow.document);