-
Updated
Dec 29, 2021 - JavaScript
promise
Here are 2,392 public repositories matching this topic...
-
Updated
Dec 8, 2021 - JavaScript
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
-
Updated
Aug 3, 2021
-
Updated
Mar 3, 2019
From what I can tell, the ApiResponse objects can never have an undefined config.
Config is defined as optional here:
https://github.com/infinitered/apisauce/blob/master/apisauce.d.ts#L44
But is required here:
https://github.com/infinitered/apisauce/blob/master/lib/apisauce.ts#L200
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Jan 18, 2021 - Java
新しくセクションを追加してPromise.allSettledについて解説を入れる。
https://azu.github.io/promises-book/#ch2-promise-race の後あたり。
可能ならユースケースを探して考える
- tc39/proposal-promise-allSettled: ECMAScript Proposal, specs, and reference implementation for Promise.allSettled
- [Promise.allSettled() - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Re
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
May 11, 2020 - C#
-
Updated
Nov 15, 2021 - Swift
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Sep 24, 2021 - TypeScript
-
Updated
Dec 22, 2021 - JavaScript
Improve this page
Add a description, image, and links to the promise topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the promise topic, visit your repo's landing page and select "manage topics."


From time to time i see ppl using
datainstead ofbodywhich is wrong.happened just recently in node-fetch/node-fetch#481 (comment)
how do you feel about adding a little warning message that can only appear once. (kinda like node reports that you are using experimental apis)