mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 14:33:47 +00:00
add a few comments
This commit is contained in:
@@ -76,8 +76,11 @@ pub fn CDPT(comptime TypeProvider: type) type {
|
||||
// Used for processing notifications within a browser context.
|
||||
notification_arena: std.heap.ArenaAllocator,
|
||||
|
||||
// Valid for 1 page navigation (what CDP calls a "renderer")
|
||||
page_arena: std.heap.ArenaAllocator,
|
||||
|
||||
// Valid for the entire lifetime of the BrowserContext. Should minimize
|
||||
// (or altogether elimiate) our use of this.
|
||||
browser_context_arena: std.heap.ArenaAllocator,
|
||||
|
||||
const Self = @This();
|
||||
|
||||
Reference in New Issue
Block a user