mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
userctx: inject user context
This commit is contained in:
6
src/user_context.zig
Normal file
6
src/user_context.zig
Normal file
@@ -0,0 +1,6 @@
|
||||
const std = @import("std");
|
||||
const parser = @import("netsurf.zig");
|
||||
|
||||
pub const UserContext = struct {
|
||||
document: ?*parser.DocumentHTML,
|
||||
};
|
||||
Reference in New Issue
Block a user