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
Fetch service has been removed on master and this change will be a part of the next release. Please consider using something else like reqwasm, reqwest, etc
Problem
fetch::Request
cannot be constructed to write relative paths.Steps To Reproduce
Steps to reproduce the behavior:
Call
yew::services::fetch::Request::get("foo/bar")
Actual behaviour
Returns error:
http::Error(InvalidUri(InvalidFormat))
Expected behavior
Construct a request that fetches
./foo/bar
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: