All Projects → timneutkens → is-async-supported

timneutkens / is-async-supported

Licence: other
Check if async/await is available natively

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to is-async-supported

awaitwhat
Await, What?
Stars: ✭ 48 (+200%)
Mutual labels:  async-await
AsyncClipboardService
📋 An async & low-level windows clipboard service implementation for .NET, C#
Stars: ✭ 14 (-12.5%)
Mutual labels:  async-await
AsyncTcpClient
An asynchronous variant of TcpClient and TcpListener for .NET Standard.
Stars: ✭ 125 (+681.25%)
Mutual labels:  async-await
async-permissions
Easy handling for Android-M permission based on async/await
Stars: ✭ 25 (+56.25%)
Mutual labels:  async-await
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
Stars: ✭ 23 (+43.75%)
Mutual labels:  async-await
aioudp
Asyncio UDP server
Stars: ✭ 21 (+31.25%)
Mutual labels:  async-await
Coerce Rs
Coerce - an asynchronous (async/await) Actor runtime and cluster framework for Rust
Stars: ✭ 231 (+1343.75%)
Mutual labels:  async-await
koa2-example-app
An app that is built using koa2 and async/await
Stars: ✭ 85 (+431.25%)
Mutual labels:  async-await
promisify-child-process
seriously like the best async child process library
Stars: ✭ 54 (+237.5%)
Mutual labels:  async-await
async
Asynchronous programming for R -- async/await and generators/yield
Stars: ✭ 37 (+131.25%)
Mutual labels:  async-await
sphinxcontrib-trio
Make Sphinx better at documenting Python functions and methods
Stars: ✭ 26 (+62.5%)
Mutual labels:  async-await
TeamSpeak3QueryApi
.NET wrapper for the TeamSpeak 3 Query API
Stars: ✭ 56 (+250%)
Mutual labels:  async-await
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
Stars: ✭ 84 (+425%)
Mutual labels:  async-await
pyfuseki
A library that uses Python to connect and manipulate Jena Fuseki, which provides sync and async methods.
Stars: ✭ 22 (+37.5%)
Mutual labels:  async-await
auto-async-wrap
automatic async middleware wrapper for expressjs errorhandler.
Stars: ✭ 21 (+31.25%)
Mutual labels:  async-await
Await Of
await wrapper for easier errors handling without try-catch
Stars: ✭ 240 (+1400%)
Mutual labels:  async-await
action-eslint
🐋🐬 TypeScript/JavaScript ESLint action
Stars: ✭ 24 (+50%)
Mutual labels:  async-await
eslint-config-welly
😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!
Stars: ✭ 21 (+31.25%)
Mutual labels:  async-await
banana
🍌 Modern C++ Telegram Bot API library
Stars: ✭ 30 (+87.5%)
Mutual labels:  async-await
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+156.25%)
Mutual labels:  async-await

is-async-supported

Check if async/await is available

Installation

npm install is-async-supported

Usage

const isAsyncSupported = require('is-async-supported')

if(!isAsyncSupported()) {
  // Load runtime transform
}

Background

This package gives you the ability to load for example async-to-gen only when your Node.js 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].