Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinymce/tinymce
/ unloadScript
Function
unloadScript
modules/tinymce/src/core/test/ts/browser/ResourceTest.ts:31–33 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
29
tinymce.Resource.load(id, url);
30
31
const
unloadScript = (id: string) => {
32
tinymce.Resource.unload(id);
33
};
34
35
const
assertLoadSuccess = (actual: Promise<string>, expectedData: string) => {
36
return
actual.then((data) => {
Callers
1
ResourceTest.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected