Jasop
A window.open
JavaScript wrapper.
Install
npm install jasop
Usage
const jasop = ; // window.open("https://example.com", "MyWindow", "height=100,scrollbars=yes,width=200,top=100,screenY=100", true)
API
jasop(url, options?)
url
Type: string (url)
The URL to open.
options
Type: object
The options to use. Refer to MDN