From f50edfb441ee2b1861f1175ec14051bd1a11b49c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 28 Jun 2025 09:23:55 +0200 Subject: [PATCH] feat(cozy): add an explainer paragraph --- site/src/pages/cozy.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/src/pages/cozy.html b/site/src/pages/cozy.html index 425b961..204c3aa 100644 --- a/site/src/pages/cozy.html +++ b/site/src/pages/cozy.html @@ -10,6 +10,9 @@ A Cozy test page. +

+ On this page is a demonstration of form submission handing in McFly. A McFly object is accessible on the page which contains request event properties: path, method, query, body. +