MCPcopy Index your code
hub / github.com/tinymce/tinymce / loadScript

Function loadScript

modules/tinymce/src/core/test/ts/browser/ResourceTest.ts:28–29  ·  view source on GitHub ↗
(id: string, url: string)

Source from the content-addressed store, hash-verified

26 };
27
28 const loadScript = (id: string, url: string): Promise<any> =>
29 tinymce.Resource.load(id, url);
30
31 const unloadScript = (id: string) => {
32 tinymce.Resource.unload(id);

Callers 1

ResourceTest.tsFile · 0.70

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…