This function's signature is equal to window.fetch, but if the current user is authenticated
(see [[login]] and [[handleIncomingRedirect]]), requests made using it will include that user's
credentials. If not, this will behave just like the regular window.fetch.
This function's signature is equal to
window.fetch
, but if the current user is authenticated (see [[login]] and [[handleIncomingRedirect]]), requests made using it will include that user's credentials. If not, this will behave just like the regularwindow.fetch
.