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
We can get Document object using XMLHttpRequest by setting responseType='document'.
But we can't get Document object from the Response object of fetch API.