mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-31 09:29:42 +00:00
Headers and improved Request
This commit is contained in:
@@ -39,7 +39,7 @@ pub const Input = Request.Input;
|
||||
|
||||
// @ZIGDOM just enough to get campire demo working
|
||||
pub fn init(input: Input, page: *Page) !js.Promise {
|
||||
const request = try Request.init(input, page);
|
||||
const request = try Request.init(input, null, page);
|
||||
|
||||
const fetch = try page.arena.create(Fetch);
|
||||
fetch.* = .{
|
||||
|
||||
Reference in New Issue
Block a user