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
Copy file name to clipboardExpand all lines: src/browser/html/window.zig
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,15 @@ pub const Window = struct {
232
232
gop.value_ptr.*=callback;
233
233
returntimer_id;
234
234
}
235
+
236
+
// NOT IMPLEMENTED - This is a dummy implementation that always returns null to deter PlayWright from using this path to solve click.js.
237
+
// returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
0 commit comments