jxa-types
    Preparing search index...

    Interface NSURLRequest

    interface NSURLRequest {
        js: object;
        URL: NSURL;
        getProperty(key: string): any;
        isNil(): boolean;
        setProperty(key: string, value: any): any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    js: object
    URL: NSURL

    Methods

    • Parameters

      • key: string

      Returns any

    • Returns boolean

    • Parameters

      • key: string
      • value: any

      Returns any