Liking cljdoc? Tell your friends :D
ClojureScript only.

js.Proxy

The Proxy object is used to define custom behavior for fundamental (e.g. property lookup, assignment, enumeration, function invocation,

The Proxy object is used to define custom behavior for fundamental
(e.g. property lookup, assignment, enumeration, function invocation,
raw docstring

revocablecljs

(revocable this target handler)

Method.

The Proxy.revocable() method is used to create a revocable js.Proxy

Proxy.revocable(target, handler);

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

Method.

The Proxy.revocable() method is used to create a revocable `js.Proxy`

`Proxy.revocable(target, handler);`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/revocable`
raw docstring

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

× close