Browse Source

Mention browser compatibility in the readme

eval
Luke Childs 7 years ago
parent
commit
ee35ceb854
  1. 4
      README.md

4
README.md

@ -18,6 +18,6 @@ if(!isAsyncSupported()) {
## Background
This package gives you the ability to load for example [async-to-gen](https://github.com/leebyron/async-to-gen) only when your Node.js environment doesn't support async/await.
This package gives you the ability to load for example [async-to-gen](https://github.com/leebyron/async-to-gen) only when your environment doesn't support async/await.
At the moment this is not suitable for checking in browsers since it depends on the `VM` module provided by Node.js
Suitable for use in the browser and Node.js.

Loading…
Cancel
Save