More robust HTTP
Closed this issue · 1 comments
ehrenmurdick commented
HTTP needs to accept options like cors
-
may also need to switch from fetch api to older xhr to be more supported
-
or at least use a fetch polyfill
-
support more http verbs
-
support options - headers, cookies, auth etc
-
bring in a fetch polyfil if needed or switch to XMLHttpRequest
ehrenmurdick commented
Closing for now... http made more robust by #44
Will make a new issue for more http options when use cases show up.