Skip to content

Commit

Permalink
Add note about top level await
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Dec 20, 2021
1 parent 9622447 commit b02b209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default fetchAsObjectURL;

### Partial Support
- `Function.length`: `async` functions will often return a length of 0 (when the `_async` wrapper is used)
- Top level await support is experimental with compatible module bundler. Set `topLevelAwait` option to `return` when using SystemJS.

### No support
- `eval`: impossible to support without deep hooks into the runtime
Expand Down

0 comments on commit b02b209

Please sign in to comment.