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
{{ message }}
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
The page is a source of the parser iterator,
so any error emitted on the page (source) would be
re-emitted on the parser (destination) by AsyncIterator.
Therefore, an endless loop occurs
if the parser in turn bounces errors back to the page.
Instead, the parser should emit them on the fragment,
because the fragment reads from the parser.
0 commit comments