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
scriptParsed snapshot
instead of leaving scriptParsed open for the entire run we just use it for a quick snapshot.
between the Debugger.enable command and its callback/resolution, we'll get all the scriptParsed events flushed at us. So we can instantly disable it right after it resolves.
The text was updated successfully, but these errors were encountered:
we have Two options for our remaining uses of event listener collection:
pierce
option (added for us) so that we dont need to ask for each individual element's listeneralso separately..
scriptParsed snapshot
instead of leaving scriptParsed open for the entire run we just use it for a quick snapshot.
between the
Debugger.enable
command and its callback/resolution, we'll get all thescriptParsed
events flushed at us. So we can instantly disable it right after it resolves.The text was updated successfully, but these errors were encountered: