Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ <h2>Table of Contents</h2>
</div>
</div>
</div>
<script src="https://nodejs.org/static/js/doc-patches.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<script src="https://nodejs.org/static/js/doc-patches.js"></script>
<script src="https://nodejs.org/static/js/doc-patches.js" type="module"></script>
<script src="https://nodejs.org/static/js/doc-patches.js" nomodule defer async></script>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I have 404 error with this link https://nodejs.org/static/js/doc-patches.js are you sure about the link (I can made error)

</body>
</html>