Arguments for geterr messages.
Arguments for geterr messages.
(delay geterr-request-args)
Delay in milliseconds to wait before starting to compute errors for the files in the file list
Returns: number
Delay in milliseconds to wait before starting to compute errors for the files in the file list **Returns:** `number`
(files geterr-request-args)
List of file names for which to compute compiler errors. The files will be checked in list order.
Returns: string[]
List of file names for which to compute compiler errors. The files will be checked in list order. **Returns:** `string[]`
(set-delay! geterr-request-args value)
Delay in milliseconds to wait before starting to compute errors for the files in the file list
Delay in milliseconds to wait before starting to compute errors for the files in the file list
(set-files! geterr-request-args value)
List of file names for which to compute compiler errors. The files will be checked in list order.
List of file names for which to compute compiler errors. The files will be checked in list order.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close