How does js load pdf streams asynchronously, prompting me to wait during loading?

the backend service returns pdf binary stream, how to load and display js, and prompts you to wait

during the loading process.
Mar.15,2021

refer to the implementation of pdf.js.

Menu