1.0.1 • Published 7 years ago
open-one-window v1.0.1
open-one-window
Open the only one window
Installation
npm install open-one-window
# or use yarn
yarn add open-one-windowUsage
const openOneWindow = require('open-one-window')
const oneWin = openOneWindow()
oneWin.open('http://example.com')API
openOneWindow
Parameters
options{{}}options.window{Window} (optional, defaultglobal)options.shouldFallbackFallback the way when the browser is not chrome, It's will open every times whenfalse(optional, defaulttrue)
Returns Window
Contributing
- Fork it!
- Create your new branch:
git checkout -b feature-neworgit checkout -b fix-which-bug - Start your magic work now
- Make sure npm test passes
- Commit your changes:
git commit -am 'feat: some description (close #123)'orgit commit -am 'fix: some description (fix #123)' - Push to the branch:
git push - Submit a pull request :)
Authors
This library is written and maintained by imcuttle, moyuyc95@gmail.com.
License
MIT - imcuttle 🐟