ARCANEDEV

Results 4 issues of ARCANEDEV

## TODO - [x] Refactoring/Renaming the contracts (interfaces). - [ ] Adding more regionals for locales. - [ ] Complete the documentation. ## GOALS - [ ] 100% Code coverage...

enhancement

Closes: https://github.com/ARCANEDEV/LogViewer/issues/411

customization

How about a public method to add listener(s) to an object, something like: ```js class Modal { //... on(event, callback) { this._element.addEventListener(`${event}${EVENT_KEY}`, callback); return this; } //... } ``` This...

js
feature
v5