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) |
||
---|---|---|
.. | ||
.eslintrc.json | ||
.jshintrc | ||
app.js | ||
bootstrap.js | ||
keyboard_handler.js | ||
modal_handler.js | ||
request_builder.js | ||
service_worker.js | ||
touch_handler.js | ||
tt.js | ||
webauthn_handler.js |