are there any plans to support TinyMCE 6? In TnyMCE 6 the window.tinymce.util.XHR object was removed [1]. We access it in protect.js line 32 which fails with an
Uncaught TypeError: Cannot read properties of undefined (reading '_send')
at ++resource++protect.js:32:48
Hi there,
are there any plans to support TinyMCE 6? In TnyMCE 6 the
window.tinymce.util.XHR
object was removed [1]. We access it in protect.js line 32 which fails with an[1] https://www.tiny.cloud/docs/api/tinymce.util/tinymce.util.xhr/