This commit is contained in:
syumai 2024-04-17 00:59:25 +09:00
parent ca4bfba6cc
commit c19126a1ce

View File

@ -26,7 +26,7 @@ func newContext(ctxObj js.Value) *Context {
if err != nil { if err != nil {
panic(err) panic(err)
} }
ctx := runtimecontext.New(context.Background(), reqObj, jsutil.RuntimeContext) ctx := runtimecontext.New(context.Background(), reqObj)
req = req.WithContext(ctx) req = req.WithContext(ctx)
return req return req
}), }),