Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Document editor following the below steps to render the document
Due to synchronous load, main thread is blocked, and browser became unresponsive until document is fully layouted.
To overcome this problem, we need to handle asynchronous document loading without blocking browser main thread.