Function: url-asynchronous

url-asynchronous is a byte-compiled function defined in url-parse.el.gz.

Signature

(url-asynchronous CL-X)

Documentation

Access slot "asynchronous" of url struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-parse.el.gz
(cl-defstruct (url
            (:constructor nil)
            (:constructor url-parse-make-urlobj
                          (&optional type user password host portspec filename
                                     target attributes fullness))
            (:copier nil))
  type user password host portspec filename target attributes fullness
  silent (use-cookies t)
  (asynchronous t))