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.
Is there any plan to support this?
The text was updated successfully, but these errors were encountered:
I don't necessarily disagree. The idea was to introduce asynchronous parser APIs. I think it would be convenient if those supported Request/Response-like objects.
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.
Is there any plan to support this?
The text was updated successfully, but these errors were encountered: