Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get the data out of FormData object #213

Closed
turboza opened this issue May 30, 2016 · 3 comments
Closed

Cannot get the data out of FormData object #213

turboza opened this issue May 30, 2016 · 3 comments

Comments

@turboza
Copy link

turboza commented May 30, 2016

I want to perform the test against the FormData object but it seems that there is no FormData.get method available.

I read the FormData api from here https://developer.mozilla.org/en/docs/Web/API/FormData. So I wonder why doesn't it has get method. How can I get the data from the FormData object?

@DylanPiercey
Copy link
Member

The #get method for FormData has just been recently added to chrome and firefox. I've updated #124 which strives for api symmetry with the browser to include these new methods. You can track progress there.

@turboza
Copy link
Author

turboza commented Jun 1, 2016

Thank you @DylanPiercey for informing. Your lib is very useful for Node. I will be looking forward to see the new release. :)

@enricovittorini
Copy link

hello all, when do you think it will be possible to do the "get" method to extract data from the FormData?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants