Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.reload-request-args

Arguments for reload request.

Arguments for reload request.
raw docstring

filecljs

(file reload-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

project-file-namecljs

(project-file-name reload-request-args)

Returns: string | undefined

**Returns:** `string | undefined`
sourceraw docstring

set-file!cljs

(set-file! reload-request-args value)

The file for the request (absolute pathname required).

The file for the request (absolute pathname required).
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! reload-request-args value)
source

set-tmpfile!cljs

(set-tmpfile! reload-request-args value)

Name of temporary file from which to reload file contents. May be same as file.

Name of temporary file from which to reload file
contents. May be same as file.
sourceraw docstring

tmpfilecljs

(tmpfile reload-request-args)

Name of temporary file from which to reload file contents. May be same as file.

Returns: string

Name of temporary file from which to reload file
contents. May be same as file.

**Returns:** `string`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close