Skip to content

Commit

Permalink
deploy: 394c7af
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoprietog committed Jun 21, 2024
1 parent 164204c commit e4b3938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handbook/drive.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2 id="setting-a-root-location"><a class="anchor" href="#setting-a-root-locatio
<h2 id="form-submissions"><a class="anchor" href="#form-submissions"></a> Form Submissions</h2>
<p>Turbo Drive handles form submissions in a manner similar to link clicks. The key difference is that form submissions can issue stateful requests using the HTTP POST method, while link clicks only ever issue stateless HTTP GET requests.</p>
<p>Throughout a submission, Turbo Drive will dispatch a series of <a href="/reference/events">events</a> that
target the <code>&lt;form&gt;</code> element and <a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_bubbling_and_capture">bubble up</a> through the document:</p>
target the <code>&lt;form&gt;</code> element and <a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_bubbling">bubble up</a> through the document:</p>
<ol>
<li><code>turbo:submit-start</code></li>
<li><code>turbo:before-fetch-request</code></li>
Expand Down

0 comments on commit e4b3938

Please sign in to comment.