Don't break wait on scheduler callback error

Allow recursive parsing
This commit is contained in:
Karl Seguin
2025-12-02 13:25:48 +08:00
parent 3dd61aeb71
commit a61e87c5dd
2 changed files with 4 additions and 5 deletions

View File

@@ -67,8 +67,8 @@ pub fn init(input: Input, options: ?RequestInit, page: *Page) !js.Promise {
.url = request._url,
.method = .GET,
.headers = headers,
.cookie_jar = &page._session.cookie_jar,
.resource_type = .fetch,
.cookie_jar = &page._session.cookie_jar,
.header_callback = httpHeaderDoneCallback,
.data_callback = httpDataCallback,
.done_callback = httpDoneCallback,