THEOplayer Web SDK
    Preparing search index...

    Type Alias RequestMethod

    RequestMethod: "DELETE" | "GET" | "HEAD" | "OPTIONS" | "POST" | "PUT"

    The request's type, represented by a value from the following list:
    - 'GET'
    - 'HEAD'
    - 'POST'
    - 'PUT'
    - 'DELETE'
    - 'OPTIONS'