mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
add nav web api
This commit is contained in:
@@ -3,9 +3,9 @@ const std = @import("std");
|
||||
const jsruntime = @import("jsruntime");
|
||||
|
||||
const parser = @import("netsurf.zig");
|
||||
const DOM = @import("dom.zig");
|
||||
const apiweb = @import("apiweb.zig");
|
||||
|
||||
pub const Types = jsruntime.reflect(DOM.Interfaces);
|
||||
pub const Types = jsruntime.reflect(apiweb.Interfaces);
|
||||
|
||||
const socket_path = "/tmp/browsercore-server.sock";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user