injectIframeContent

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.inject

Inject some content into an iframe

Params

  1. $iframe*-HTMLIFrameElement

    The iframe element to inject content into

  2. html*-String

    The html to inject

Example

import { injectIframeContent } from '@blackbyte/sugar/dom'
injectIframeContent($myIframe, '<html>...</html>');

Todo

  • testsnormal