You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src/lib/extension-load-queue.ts describes the mechanism for asynchronous loading of executable scripts using packages. This process is achieved through a queue and by adding a field to the window object. Symbol data types are used to protect against external interference. This mechanism is employed in such extensions as mermaid, LaTeX, and HTML.
The file is described using TypeScript. At the same time, it contains a number of areas that could be improved.
Suggestion for improvement
fix TODO
add docs
move the isBrowser function
The text was updated successfully, but these errors were encountered:
The
src/lib/extension-load-queue.ts
describes the mechanism for asynchronous loading of executable scripts using packages. This process is achieved through a queue and by adding a field to the window object. Symbol data types are used to protect against external interference. This mechanism is employed in such extensions as mermaid, LaTeX, and HTML.The file is described using TypeScript. At the same time, it contains a number of areas that could be improved.
Suggestion for improvement
The text was updated successfully, but these errors were encountered: