MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / css

Method css

src/js/core/Load.js:358–360  ·  view source on GitHub ↗

Requests the specified CSS URL or URLs and executes the specified callback (if any) when they have finished loading. If an array of URLs is specified, the stylesheets will be loaded in parallel and the callback will be executed after all stylesheets have finished loading. @method cs

(urls, callback, obj, context)

Source from the content-addressed store, hash-verified

356 @static
357 */
358 css(urls, callback, obj, context) {
359 this.load('css', urls, callback, obj, context);
360 }
361
362 /**
363 Requests the specified JavaScript URL or URLs and executes the specified

Callers 3

loadCSSFunction · 0.80
Net.jsFile · 0.80
updateEmbedCodeFunction · 0.80

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected