Skip to content

Commit

Permalink
deploy: b432597
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoprietog committed Jun 21, 2024
1 parent f32ddf9 commit 9ff80d0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions reference/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ <h3 id="turbo%3Abefore-render"><a class="anchor" href="#turbo%3Abefore-render">
<td>the new <code>&lt;body&gt;</code> element that will replace the document’s current <code>&lt;body&gt;</code> element</td>
</tr>
<tr>
<td><code>isPreview</code></td>
<td><code>boolean</code></td>
<td>whether or not the render is a <a href="/handbook/building#understanding-caching">preview</a> of a cached page</td>
</tr>
<tr>
<td><code>resume</code></td>
<td><code>(value?: any) =&gt; void</code></td>
<td>called when <a href="/handbook/drive#pausing-requests">Pausing Requests</a></td>
Expand Down Expand Up @@ -285,11 +280,6 @@ <h3 id="turbo%3Arender"><a class="anchor" href="#turbo%3Arender">﹟</a> <code>t
<td><code>&quot;replace&quot; | &quot;morph&quot;</code></td>
<td>the strategy used to render the new content</td>
</tr>
<tr>
<td><code>isPreview</code></td>
<td><code>boolean</code></td>
<td>whether or not the render is a <a href="/handbook/building#understanding-caching">preview</a> of a cached page</td>
</tr>
</tbody>
</table>
<h3 id="turbo%3Aload"><a class="anchor" href="#turbo%3Aload"></a> <code>turbo:load</code></h3>
Expand Down

0 comments on commit 9ff80d0

Please sign in to comment.