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 using @defer the expectation is that the deferred parts are surfaced as soon as they arrive.
However the current JS and AppleDefaultHttpEngine implementations buffer the whole response before returning it, making all the parts emitted only after the last one has been received.