We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365e6c1 commit b4266ebCopy full SHA for b4266eb
src/browser/browser.zig
@@ -248,7 +248,7 @@ pub const Page = struct {
248
fn init(self: *Page, arena: Allocator, session: *Session) !void {
249
const browser = session.browser;
250
self.* = .{
251
- .window = try Window.create(null, null), // TODO why do we not call Window.create()?
+ .window = try Window.create(null, null),
252
.arena = arena,
253
.doc = null,
254
.raw_data = null,
0 commit comments