Vana SDK - v0.1.0
    Preparing search index...

    Interface VanaHttpAdapter

    HTTP operations that need consistent API across platforms

    interface VanaHttpAdapter {
        fetch(url: string, options?: RequestInit): Promise<Response>;
    }
    Index

    Methods

    Methods

    • Perform HTTP request with platform-appropriate fetch implementation

      Parameters

      • url: string

        The URL to request

      • Optionaloptions: RequestInit

        Request options

      Returns Promise<Response>

      Promise resolving to response