Liking cljdoc? Tell your friends :D

js.URIError

The URIError object represents an error when a global URI handling was used in a wrong way.

The URIError object represents an error when a global URI handling
was used in a wrong way.
raw docstring

column-numbercljs

(column-number this)

Property.

[Non Standard]

The columnNumber property contains the column number in the line the file that raised this error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber

Property.

[Non Standard]

The columnNumber property contains the column number in the line
the file that raised this error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
sourceraw docstring

file-namecljs

(file-name this)

Property.

[Non Standard]

The fileName property contains the path to the file that raised error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName

Property.

[Non Standard]

The fileName property contains the path to the file that raised
error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
sourceraw docstring

line-numbercljs

(line-number this)

Property.

[Non Standard]

The lineNumber property contains the line number in the file raised this error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber

Property.

[Non Standard]

The lineNumber property contains the line number in the file
raised this error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
sourceraw docstring

messagecljs

(message this)

Property.

The message property is a human-readable description of the error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message

Property.

The message property is a human-readable description of the error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
sourceraw docstring

namecljs

(name this)

Property.

The name property represents a name for the type of error. The value is "Error".

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name

Property.

The name property represents a name for the type of error. The
value is \"Error\".

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
sourceraw docstring

prototypecljs

(prototype this)

Property.

The URIError.prototype property represents the prototype for js.URIError constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype

Property.

The URIError.prototype property represents the prototype for
`js.URIError` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype`
sourceraw docstring

set-column-number!cljs

(set-column-number! this val)

Property.

[Non Standard]

The columnNumber property contains the column number in the line the file that raised this error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber

Property.

[Non Standard]

The columnNumber property contains the column number in the line
the file that raised this error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
sourceraw docstring

set-file-name!cljs

(set-file-name! this val)

Property.

[Non Standard]

The fileName property contains the path to the file that raised error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName

Property.

[Non Standard]

The fileName property contains the path to the file that raised
error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
sourceraw docstring

set-line-number!cljs

(set-line-number! this val)

Property.

[Non Standard]

The lineNumber property contains the line number in the file raised this error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber

Property.

[Non Standard]

The lineNumber property contains the line number in the file
raised this error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
sourceraw docstring

set-message!cljs

(set-message! this val)

Property.

The message property is a human-readable description of the error.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message

Property.

The message property is a human-readable description of the error.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

The name property represents a name for the type of error. The value is "Error".

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name

Property.

The name property represents a name for the type of error. The
value is \"Error\".

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The URIError.prototype property represents the prototype for js.URIError constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype

Property.

The URIError.prototype property represents the prototype for
`js.URIError` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype`
sourceraw docstring

set-stack!cljs

(set-stack! this val)

Property.

[Non Standard]

The non-standard stack property of js.Error objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack

Property.

[Non Standard]

The non-standard stack property of `js.Error` objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
sourceraw docstring

stackcljs

(stack this)

Property.

[Non Standard]

The non-standard stack property of js.Error objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack

Property.

[Non Standard]

The non-standard stack property of `js.Error` objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
sourceraw docstring

to-sourcecljs

(to-source this)

Method.

[Non Standard]

The toSource() method returns code that could eval to the same

e.toSource()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource

Method.

[Non Standard]

The toSource() method returns code that could eval to the same

`e.toSource()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource`
sourceraw docstring

to-stringcljs

(to-string this)

Method.

The toString() method returns a string representing the specified object.

e.toString()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString

Method.

The toString() method returns a string representing the specified
object.

`e.toString()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString`
sourceraw docstring

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

× close