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
A search functionality has been added to the HtmlDumper in #21109, which is quite nice.
The current implementation make us able to switch between results through clicks on the up/down arrows (buttons):
I think it would be even better if we could do the same by pressing ENTER (go to next occurrence) and SHIFT+ENTER (go to previous occurrence), like for browser's find-and-replace.