webfetch 0.0.9 copy "webfetch: ^0.0.9" to clipboard
webfetch: ^0.0.9 copied to clipboard

A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.

0.0.9 #

  • feat: Response support URLSearchParams body encoding.

0.0.8 #

Fix the response properties are not set correctly.

0.0.7 #

It's not important to improve the rating

0.0.6 #

  • feat: Add Response.redirect factory constructor.
  • fix: Fix Response not support null body.

0.0.5 #

A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.

0.0.4 #

Update http package.

0.0.3 #

  • Fix Response.json to returns type defined.

0.0.2 #

  • Fix decodeURIComponent and decodeURI to returns type defined.
  • Fix Headers`` not filtering set-cookie`.

0.0.1 #

  • Add Fetch type.
3
likes
0
pub points
55%
popularity

Publisher

verified publisherodroe.com

A Dart implementation of the Web Fetch API that allows you to make requests and process results just like using fetch in a browser.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, mime

More

Packages that depend on webfetch