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