1if (!window.outerHeight) { 2 proxyGetter(window, 'outerHeight', () => window.innerHeight + (args.frameBorderHeight || 0), true); 3} 4 5