Minor Changes
- 28cf959: - Do not return void results from arrow functions 3b0bae9
- Fix typo in
loader.load()error message 249b2b9 - Fix typo in SQL example cae1a3d
- Fix typo in TypeScript declaration ef6d32f
- Most of the browsers don't have
setImmediate.setImmediate || setTimeoutdoesn't work and it throwssetImmediateis not defined in this case, so we should check setImmediate with typeof. And some environments like Cloudflare Workers don't allow you to set setTimeout directly to another variable. 3e62fbe
- Fix typo in
Patch Changes
- 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"