Helper method to dynamically remove a JS file previously loaded from the script section of the current document.
removeJS = function(
fileName
)
static removeJS(
fileName: string
): void;
fileName
Path to the JS file to remove.
This method works by enumerating the script tags in the current document for a matching fileName, if the item is found then it is removed from the document. If the item is found, then nothing is done.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET