@kosko/yamlInterfacesLoadUrlOptionsOn this pagepublicLoadUrlOptions LoadOptions and properties defined in Request class.HierarchyLoadOptionsRequestInitLoadUrlOptionsIndex PropertiesfetchMethodstransformProperties optionalfetchfetch?: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>Type declaration(input: RequestInfo | URL, init?: RequestInit): Promise<Response>MDN ReferenceParametersinput: RequestInfo | URLoptionalinit: RequestInitReturns Promise<Response>Methods optionaltransformtransform(this: void, manifest: Manifest): undefined | null | ManifestParametersthis: voidmanifest: ManifestReturns undefined | null | Manifest
LoadOptions and properties defined in Request class.