This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
fix(docs-app): get rid of document.write
for inserting scripts
#15396
Milestone
Since Chrome 54, scripts inserted via
document.write
generate a warning and might be blocked on slow networks (see this article for more info).Since we are using
document.write
for scipts in our docs app, it might break on slow networks.The warning message is:
The text was updated successfully, but these errors were encountered: