kaven-basic - v6.0.0
    Preparing search index...

    Function IsHttpsUrl

    • Determines whether a given URL string uses the HTTPS protocol.

      Parameters

      • url: string

        The URL string to check.

      Returns undefined | boolean

      • true if the URL starts with "https://" or is protocol-relative ("//").
      • false if the URL starts with "http://".
      • undefined if the URL does not start with either "http://", "https://", or "//".

      2.0.6

      2021-12-11