| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
| * Throwing errors is not available from within a fast API call. If you need to | ||
| throw, perform validation in JavaScript or only expose a slow API. |
There was a problem hiding this comment.
This isn't actually accurate either – it's possible to throw errors within fast API calls, as the API now provides access to the isolate.
I did try to include this under some wider proposed changes at #58999, although that never garnered much comment. If this PR does go through separately, then this wording will need updating.
Sorry, something went wrong.
There was a problem hiding this comment.
Yeah let's do your PR @Renegade334
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
While reading the Fast API guidelines, seeing the fallback section made me have an incorrect understanding of the API, because fallback no longer exists in FastApiCallbackOptions.
I believe this functionality was removed, so this PR updates the guidelines accordingly.