tinymce.PluginManager.add('myplugin', async function(editor, url) { // ... await scriptLoader.loadQueue(); const class = new Class(); // ... });