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 1059058 commit 6569451Copy full SHA for 6569451
examples/issue-154/index.js
@@ -1,6 +1,6 @@
1
import "./style.css";
2
3
-window.addEventListener("DOMContentLoaded", () => {
+window.addEventListener("load", () => {
4
console.log(
5
getComputedStyle(document.body).background.match(/rgb\(255, 0, 0\)/)
6
? "ok"
0 commit comments