文件名称:await-outside:在异步功能之外等待
文件大小:62KB
文件格式:ZIP
更新时间:2024-05-22 14:15:16
node repl async-await JavaScript
await-outside
更好的Node REPL用于异步探索
受启发。
由此
$ node
> const request = require('superagent')
undefined
> request.get('https://www.googleapis.com/books/v1/volumes').
... query({key: 'NOT_A_VALID_API_KEY'}).
... query({q: 'paul auster'}).
... then(r => r.body)
Promise {
【文件预览】:
await-outside-master
----Talk.md(1KB)
----.travis.yml(67B)
----LICENSE(1KB)
----__tests__()
--------index.js(7KB)
----README.md(826B)
----await-outside(119B)
----.gitignore(578B)
----index.js(4KB)
----package-lock.json(251KB)
----package.json(1KB)
----repl.js(275B)