You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create my custom request, which should return a deferred object on call send(). Everything worked fine until i added mootools-more to my scripts. Here are the problematic lines:
This code dublicate the logic, that .send() returns itself. In my case, it returns the Request instead of my Deferred-Object.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/778615-refactor-request-doesn-t-return-send-returnvalue?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
I wanted to create my custom request, which should return a deferred object on call send(). Everything worked fine until i added mootools-more to my scripts. Here are the problematic lines:
This code dublicate the logic, that .send() returns itself. In my case, it returns the Request instead of my Deferred-Object.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/778615-refactor-request-doesn-t-return-send-returnvalue?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: