Patch Blazor enhanced nav events (#34262)

pull/34260/head
Luke Latham 2024-12-02 18:24:35 -05:00 committed by GitHub
parent 4a87512e38
commit eed276c7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ In the following event listener examples, the `{CALLBACK}` placeholder is the ca
blazor.addEventListener("enhancednavigationend", {CALLBACK});
```
* Enhanced navigation page load (`enhancedload`) triggers a callback when an enhanced page loads:
* Enhanced navigation page load (`enhancedload`) triggers a callback each time the page updates due to an enhanced navigation, including [streaming updates](xref:blazor/components/rendering#streaming-rendering):
```javascript
blazor.addEventListener("enhancedload", {CALLBACK});