ralix
ralix copied to clipboard
✨ Microframework for building and organizing your front-end
Closes https://github.com/ralixjs/ralix/issues/20 **RUN** ``` yarn test ``` **COVERAGE** 
To be able to remove all listeners of a type/types given an element/array/query selector. As we already have the `on` method it will be consistent to have a method to...
**Problem** Right now we don't have any information as how the request went (status code) as we are only returning the parsed body of the response. **Proposed solution** Return the...
Let's imagine we have a list of menus that we want to observe and do something if that menu is opened, right now we should something like this: ``` findAll('.menu').forEach(menu...
in `addEventListener` we can pass an object with some usefult options like `once`, `capture` or `signal` but right now we can't pass this options using the `on` helper. So my...
There are two changes in this request: 1. The sanitize helper now performs a more thorough sanitization and is ready to accept different types of objects. (We moved the enhanced...