js-examples
js-examples copied to clipboard
Top Level Await examples do not have await code
under the top level await example folder, the code in main.js file is similar to dynamic module imports example folder main.js file content,
There is no example of usage of await
syntax.
Cheke this file
https://github.com/mdn/js-examples/blob/main/module-examples%2Ftop-level-await%2Fmain.js
this code is similar to the previous example (dynamic module import) file
https://github.com/mdn/js-examples/blob/main/module-examples%2Fdynamic-module-imports%2Fmain.js