mirror of
https://github.com/miniflux/v2.git
synced 2025-10-15 19:42:07 +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) |
||
---|---|---|
.. | ||
enclosure_media_controls.html | ||
entry_pagination.html | ||
feed_list.html | ||
feed_menu.html | ||
item_meta.html | ||
layout.html | ||
pagination.html | ||
settings_menu.html |