let ifrm: HTMLIFrameElement = document.getElementById("myIframe") as HTMLIFrameElement; if (ifrm) { ifrm.contentDocument.location.reload(); }
let ifrm: HTMLIFrameElement = document.getElementById("myIframe") as HTMLIFrameElement; if (ifrm) { ifrm.contentDocument.location.reload(); }