js-api-loader
js-api-loader copied to clipboard
deleteScript should be private
I am not aware of a valid use for deleteScript. It should be removed from the public class interface.
I disagree, we use it to unload the script on language change and load it back in with a new language.
I disagree, we use it to unload the script on language change and load it back in with a new language.
FWIW, the API does not officially support doing that.