Liking cljdoc? Tell your friends :D
ClojureScript only.

web.other.Worklet

The Worklet interface is a lightweight version of Web Workers gives developers access to low-level parts of the rendering pipeline.

The Worklet interface is a lightweight version of `Web Workers`
gives developers access to low-level parts of the rendering pipeline.
raw docstring

add-modulecljs

(add-module this & args)

Method.

[Experimental]

The addModule() method of the web.other.Worklet interface loads module in the given JavaScript file and adds it to the current

addPromise = worklet.addModule(moduleURL); addPromise = worklet.addModule(moduleURL, options);

See also: https://developer.mozilla.org/en-US/docs/Web/API/Worklet/addModule

Method.

[Experimental]

The addModule() method of the `web.other.Worklet` interface loads
module in the given JavaScript file and adds it to the current

`addPromise = worklet.addModule(moduleURL);
addPromise = worklet.addModule(moduleURL, options);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Worklet/addModule`
sourceraw docstring

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

× close