Skip to content

Commit eed276c

Browse files
authored
Patch Blazor enhanced nav events (#34262)
1 parent 4a87512 commit eed276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/blazor/javascript-interoperability/static-server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In the following event listener examples, the `{CALLBACK}` placeholder is the ca
3636
blazor.addEventListener("enhancednavigationend", {CALLBACK});
3737
```
3838

39-
* Enhanced navigation page load (`enhancedload`) triggers a callback when an enhanced page loads:
39+
* 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):
4040

4141
```javascript
4242
blazor.addEventListener("enhancedload", {CALLBACK});

0 commit comments

Comments
 (0)