AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.03k stars 656 forks source link

Cut size by not polyfilling promoses #1766

Closed mathiasrw closed 1 year ago

mathiasrw commented 1 year ago

According to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise#browser_compatibility promises are provided by all env. we are supporting.

Lets cut out the polyfil