Skip to content

A module for creating a node style stream over a WebExtension port object.

License

Notifications You must be signed in to change notification settings

whymarrh/extension-port-stream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension Port Stream

A module for creating a node-style stream over a WebExtension port object.

Usage

const PortStream = require('extension-port-stream')

extension.runtime.onConnect.addListener(connectRemote)
const portStream = new PortStream(remotePort)

// Enjoy!

About

A module for creating a node style stream over a WebExtension port object.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%