We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdddb5 commit a9444abCopy full SHA for a9444ab
utils/editors/html-editor/v2.0/html-editor-v2.0.html
@@ -465,6 +465,9 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
465
if (!SAVE_RE.test(document.title)) {
466
document.title = "💾 " + document.title;
467
}
468
+console.log(document.title.codePointAt(0).toString(16));
469
+console.log(document.title.codePointAt(1).toString(16));
470
+
471
472
473
}//change
0 commit comments