private static contentWindow()

in src/extensions/reportExtensions.ts [42:44]


    private static contentWindow(report: Report): Window {
        return report.iframe.contentWindow;
    }