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 ab470a3 commit 485915fCopy full SHA for 485915f
example/templates/turbo/index.html
@@ -40,6 +40,7 @@ <h1>Turbo Index - Page {{page_num|default:"1"}}</h1>
40
});
41
42
43
+
44
incrementXHR.addEventListener("click", function () {
45
const xhr = new XMLHttpRequest();
46
xhr.onreadystatechange = () => {
0 commit comments