MCPcopy Index your code
hub / github.com/processing/p5.js / constructor

Method constructor

src/core/internationalization.js:33–35  ·  view source on GitHub ↗
(services, options)

Source from the content-addressed store, hash-verified

31 */
32class FetchResources {
33 constructor(services, options) {
34 this.init(services, options);
35 }
36
37 // run fetch with a timeout. Automatically rejects on timeout
38 // default timeout = 2000 ms

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected