mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-11 19:18:24 -04:00
dom: implement navigator.userAgent
This commit is contained in:
@@ -21,6 +21,7 @@ const generate = @import("../generate.zig");
|
||||
const HTMLDocument = @import("document.zig").HTMLDocument;
|
||||
const HTMLElem = @import("elements.zig");
|
||||
const Window = @import("window.zig").Window;
|
||||
const Navigator = @import("navigator.zig").Navigator;
|
||||
|
||||
pub const Interfaces = generate.Tuple(.{
|
||||
HTMLDocument,
|
||||
@@ -28,4 +29,5 @@ pub const Interfaces = generate.Tuple(.{
|
||||
HTMLElem.HTMLMediaElement,
|
||||
HTMLElem.Interfaces,
|
||||
Window,
|
||||
Navigator,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user