You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In safari (and only in safari) values of outerWidth and outerHeight are 0 (both headless and headful). And trying to fix them with Object.defineProperty(window, 'outerWidth'... does not help
The text was updated successfully, but these errors were encountered:
v1.2.1
In safari (and only in safari) values of outerWidth and outerHeight are 0 (both headless and headful). And trying to fix them with
Object.defineProperty(window, 'outerWidth'...
does not helpThe text was updated successfully, but these errors were encountered: