We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9027e commit da1ce38Copy full SHA for da1ce38
test/puppeteer/src/index.ts
@@ -1,6 +1,7 @@
1
// Imports
2
import helloWorld from 'w3c-css-validator';
3
4
+// Wait until DOM content is available to attempt to make changes
5
document.addEventListener('DOMContentLoaded', () => {
6
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
7
document.title = helloWorld();
0 commit comments