include modes on EchoDriver

This commit is contained in:
Muki Kiboigo committed 2026-09-04 07:00:01 -07:00
1 parent addba12426
commit c3a71efca4
1 file changed
+3
+3
View File
@@ -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,