Versions in this module Expand all Collapse all v0 v0.3.0 Jun 18, 2025 v0.2.0 Jun 13, 2025 Changes in this version + type FetchModule struct + func NewFetchModule() *FetchModule + func (f *FetchModule) Cleanup() error + func (f *FetchModule) CreateGlobalObject(runtime *sobek.Runtime) sobek.Value + func (f *FetchModule) GetGlobalName() string + func (f *FetchModule) IsEnabled(enabledModules map[string]bool) bool + func (f *FetchModule) Name() string + func (f *FetchModule) Setup(runtime *sobek.Runtime, manager *vm.VMManager) error