Files: 70ce48365b1af5de52899c5161883b2d6bad27ae / tests / msg2json.js
194 bytesRaw
1 | |
2 | |
3 | var nativeMessage = require('chrome-native-messaging'); |
4 | |
5 | process.stdin |
6 | .pipe(new nativeMessage.Input()) |
7 | .pipe(new nativeMessage.Debug()) |
8 | .pipe(process.stdout) |
9 | ; |
10 |
Built with git-ssb-web