mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-17 08:27:11 -04:00
include modes on EchoDriver
This commit is contained in:
1 file changed
+3
@@ -1306,6 +1306,9 @@ const EchoDriver = struct {
|
||||
.method = .POST,
|
||||
.url = "http://127.0.0.1:9582/echo_body",
|
||||
.body = body,
|
||||
.origin = bc.security_origin,
|
||||
.request_mode = .no_cors,
|
||||
.credentials_mode = .same_origin,
|
||||
.resource_type = .fetch,
|
||||
.notification = bc.session.notification,
|
||||
.ctx = &driver,
|
||||
|
||||
Reference in new issue
Block a user