文件名称:jasop:一个window.open JavaScript包装器
文件大小:84KB
文件格式:ZIP
更新时间:2024-05-28 20:13:12
javascript browser web JavaScript
贾索普 一个window.open JavaScript包装器。 安装 npm install jasop 用法 const jasop = require ( "jasop" ) ; jasop ( "https://example.com" , // URL { height : 100 , // You can use any window.open option scrollbars : true , // Booleans will the parsed width : 200 , // Everything else will be converted to a string top : 100 , // Options are polyfilled title : "MyWind
【文件预览】:
jasop-master
----package.json(689B)
----.travis.yml(74B)
----LICENSE(1KB)
----index.js(961B)
----test.js(643B)
----README.md(1KB)
----.editorconfig(190B)
----yarn.lock(198KB)
----index.d.ts(10KB)