PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/thread-stream/test

Просмотр файла: port.js

'use strict'

const { Writable } = require('stream')

function run (opts) {
  const { port } = opts
  return new Writable({
    autoDestroy: true,
    write (chunk, enc, cb) {
      port.postMessage(chunk.toString())
      cb()
    }
  })
}

module.exports = run

Выполнить команду


Для локальной разработки. Не используйте в интернете!