Disable client Helpers in Node.js < 10. (#1194)

This commit is contained in:
Tomas Della Vedova
2020-05-14 16:03:08 +02:00
committed by delvedor
parent c343302772
commit 11951fe8fc
4 changed files with 10 additions and 5 deletions

View File

@ -4,8 +4,7 @@
The client comes with an handy collection of helpers to give you a more comfortable experience with some APIs.
CAUTION: The client helpers are experimental, and the API may change in the next minor releases.
If you are using the client with Node.js v8 you should run your code with the `--harmony-async-iteration` argument. +
eg: `node --harmony-async-iteration index.js`
The helpers will not work in any Node.js version lower than 10.
=== Bulk Helper
Running Bulk requests can be complex due to the shape of the API, this helper aims to provide a nicer developer experience around the Bulk API.