js-examples icon indicating copy to clipboard operation
js-examples copied to clipboard

Top Level Await examples do not have await code

Open xkeshav opened this issue 1 year ago • 4 comments

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

xkeshav avatar Feb 28 '24 19:02 xkeshav