|
You are here |
cirrus.twiddles.com | ||
| | | | |
2ality.com
|
|
| | | | | The ECMAScript proposal "import()" by Domenic Denicola is at stage 4 and part of ECMAScript 2020. It enables dynamic loading of ECMAScript modules and is explained in this blog post. | |
| | | | |
v8.dev
|
|
| | | | | Top-level `await` is coming to JavaScript modules! Youll soon be able to use `await` without needing to be in an async function. | |
| | | | |
krasimirtsonev.com
|
|
| | | | | Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript. | |
| | | | |
blog.val.town
|
|
| | | Not every function should be an API | ||