-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Labels
Milestone

Description
Please implement new option called "processData" for Request class.
Why? -> To send HTML5 FormData object as Request data.
The same thing presents in JQuery.
It will be used in send() method to switch off data processing.
Thanks!