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
When we implemented the Archive object, we considered it will only store the items of a single fetch call. It can't be reused to store the raw responses of several fetch tasks.
If the archive is set, it will produce an error because the archive object is given when the object is initialized and not when fetch is called.
When we implemented the
Archive
object, we considered it will only store the items of a singlefetch
call. It can't be reused to store the raw responses of several fetch tasks.If the archive is set, it will produce an error because the archive object is given when the object is initialized and not when
fetch
is called.To fix this issue, #527 must be completed first.
The text was updated successfully, but these errors were encountered: