Got uncaughtException

node v14.20.1
version: 1.0.0
endpointsharetweet
This is a playground to test JavaScript. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out:
const { Readable } = require('stream'); const Got = require('got'); const stream = new Readable({ read() {} }); const request = Got.post('http://www.google.com', { body: stream }); stream.push('hi'); stream.push(null); stream.resume();
Loading…

no comments

    sign in to comment