Skip to content

Commit

Permalink
fix:Frame的 hasStartedLoading 变量改成 public
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyong920 committed Feb 11, 2025
1 parent 1c170d1 commit 5eeef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ruiyun/jvppeteer/api/core/Frame.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public abstract class Frame extends EventEmitter<FrameEvents> {
protected volatile String id;
protected volatile String parentId;
protected Accessibility accessibility;
protected volatile boolean hasStartedLoading;
public volatile boolean hasStartedLoading;
protected volatile String name;
protected ElementHandle document;

Expand Down

0 comments on commit 5eeef41

Please sign in to comment.