mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
- The JS bundle has its own isolated scope - There is no need to use IIFEs anymore (Immediately Invoked Function Expressions) - Modules are executed after the HTML document is fully parsed, similar to `defer` attribute - There is no need to use `DOMContentLoaded` anymore - Module scripts inherently run in strict mode (no need to define `use strict` anymore) |
||
---|---|---|
.. | ||
templates | ||
engine.go | ||
functions.go | ||
functions_test.go |