-
Notifications
You must be signed in to change notification settings - Fork 46.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fizz][Static] use halt rather than error when aborting a Fizz preren…
…der when enableHalt is on enableHalt is a new feature flag to augment the abort behavior of prerenders. Initially landed for Flight this commit implements halting for Fizz. Halting is analagous to postponing in Fizz however it can only be done at the render level rather than marking individual trees as postponed from within.
- Loading branch information
Showing
2 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters