The Wayback Machine - https://web.archive.org/web/20201115123443/https://github.com/topics/promise
Skip to content
#

promise

Here are 2,126 public repositories matching this topic...

node-fetch
tinovyatkin
tinovyatkin commented Jun 12, 2020

node-fetch currently completely ignoring Content-Length header while consuming response.
Fetch specification about handling Content-Length on server response says almost nothing:
https://fetch.spec.whatwg.org/#concept-http-network-fetch (see whatwg/fetch#67)

On other hand, we have a fetch-node specific extension to limit the size of the response.

My prop

node-serialport
SVSagi
SVSagi commented Jul 30, 2018

Summary of Problem

Not able to open port with stopbits as 1.5

I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'

I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow

Improve this page

Add a description, image, and links to the promise topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the promise topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.