Versions in this module Expand all Collapse all v0 v0.9.0 Jul 7, 2025 v0.8.0 Jul 3, 2025 Changes in this version + func Bootstrap[T any](reg js.ClassBuilder[T]) + func Configure[T any](host js.ScriptEngine[T]) + func EncodeJSONBytes[T any](scope js.Scope[T], b []byte) (js.Value[T], error) + func Fetch[T any](info js.CallbackContext[T]) (js.Value[T], error) + type Body struct + func NewBody[T any](scriptHost js.ScriptEngine[T]) *Body[T] + func (w Body[T]) Constructor(cbCtx js.CallbackContext[T]) (js.Value[T], error) + func (wrapper Body[T]) Initialize(jsClass js.Class[T]) + type Request struct + func NewRequest[T any](scriptHost js.ScriptEngine[T]) *Request[T] + func (w Request[T]) Constructor(cbCtx js.CallbackContext[T]) (js.Value[T], error) + func (w Request[T]) CreateInstance(cbCtx js.CallbackContext[T], url string, options ...fetch.RequestOption) (js.Value[T], error) + func (wrapper Request[T]) Initialize(jsClass js.Class[T]) + type Response struct + func NewResponse[T any](scriptHost js.ScriptEngine[T]) *Response[T] + func (wrapper Response[T]) Constructor(cbCtx js.CallbackContext[T]) (js.Value[T], error) + func (wrapper Response[T]) Initialize(jsClass js.Class[T])