Skip to content

fix(trace): waitForLoadState title - #1840

Merged
Simon Knott (Skn0tt) merged 2 commits into
microsoft:mainfrom
Skn0tt:wait-for-load-state-title
Sep 8, 2025
Merged

fix(trace): waitForLoadState title#1840
Simon Knott (Skn0tt) merged 2 commits into
microsoft:mainfrom
Skn0tt:wait-for-load-state-title

Conversation

@Skn0tt

Copy link
Copy Markdown
Member

mainFrame.waitForLoadStateImpl(state, convertType(options, Frame.WaitForLoadStateOptions.class), logger);
return null;
public void waitForLoadState(LoadState _state, WaitForLoadStateOptions options) {
final LoadState state = _state == null ? LoadState.LOAD : _state;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we don't use underscore in the var names.

@Skn0tt
Simon Knott (Skn0tt) merged commit eb1fea9 into microsoft:main Sep 8, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: java waitForLoadState is shown without event name in trace viewer

3 participants