Nativescript plugin for https requests
    Preparing search index...

    Function getBinary

    • Downloads the content from the specified URL as binary and returns an ArrayBuffer.

      Parameters

      • arg: string | HttpsRequestOptions

        either The URL to request from or HttpsRequestOptions options.

      Returns Promise<ArrayBuffer>