mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
Merge pull request #302 from lightpanda-io/zig-async-io
Use zig-async-io for xhr requests
This commit is contained in:
@@ -30,6 +30,7 @@ const apiweb = @import("apiweb.zig");
|
||||
|
||||
pub const Types = jsruntime.reflect(apiweb.Interfaces);
|
||||
pub const UserContext = apiweb.UserContext;
|
||||
pub const IO = @import("asyncio").Wrapper(jsruntime.Loop);
|
||||
|
||||
const log = std.log.scoped(.cli);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user