jfelip937
jfelip937
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...