FlareTail.js
A JavaScript library for Firefox application development, consisting of WAI-ARIA-driven accessible widgets, a lightweight app framework, and convenient utility functions.
This is the core of BzDeck and not intended for general use at this time.
- widgets.js: A collection of WAI-ARIA-driven accessible widgets. This will use Custom Elements once the feature is implemented by Firefox.
- app.js: A lightweight app framework featuring a Model–View–Presenter (MVP) pattern, router and events.
- util.js: Convenient utility functions handling a variety of stuff for an application, including a Microdata-based HTML5 template engine, keybinding support and date formatter.