Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

airtap-default

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Issues
File Explorer

Advanced tools

airtap-default

Default browser provider

    1.0.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
537
decreased by-44.81%

Weekly downloads

Readme

Source

airtap-default

Default browser provider. Opens the default browser on your machine.

npm status node Travis build status JavaScript Style Guide

Table of Contents

Usage

Programmatic

const Default = require('airtap-default') const provider = new Default() // Get a list of desired browsers (there's just 1 here) const wanted = [{ name: 'default' }] const manifests = await provider.manifests(wanted) // Instantiate a browser const target = { url: 'http://localhost:3000' } const browser = provider.browser(manifests[0], target) await browser.open()

With Airtap

providers: - airtap-default browsers: - name: default

API

Default()

Constructor. Returns an instance of browser-provider.

Install

With npm do:

npm install airtap-default

License

MIT © 2020-present Airtap contributors

Keywords

FAQs

Last updated on 23 Aug 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc