Window.open Features – Limited Time

function openOAuthPopup(url) const width = 500; const height = 600;

: A string indicating the window target name or a standard target keyword (such as _blank , _self , _parent , or _top ). window.open features

const features = `width=$w,height=$h,top=$top,left=$left`; function openOAuthPopup(url) const width = 500; const height

: A string representing the URL of the resource to be loaded. Passing an empty string ( "" ) opens a blank page ( about:blank ). function openOAuthPopup(url) const width = 500

The windowFeatures parameter is where the magic happens. It is a string (not an object) consisting of name=value pairs.