FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: remove fast fallback information from v8 fast api contribution guidelines by gurgunday · Pull Request #59951 · nodejs/node · GitHub

/ node Public

doc: remove fast fallback information from v8 fast api contribution guidelines - #59951

Closed
gurgunday wants to merge 1 commit into
nodejs:mainfrom
gurgunday:update-fast-api-docs
Closed

doc: remove fast fallback information from v8 fast api contribution guidelines#59951
gurgunday wants to merge 1 commit into
nodejs:mainfrom
gurgunday:update-fast-api-docs

Conversation

gurgunday commented Sep 20, 2025
edited
Loading

Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/tsc

nodejs-github-bot added the doc Issues and PRs related to the documentations. label Sep 20, 2025
Comment on lines +14 to +15
* 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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.

gurgunday Sep 21, 2025
edited
Loading

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Yeah let's do your PR @Renegade334

gurgunday closed this Sep 21, 2025
gurgunday deleted the update-fast-api-docs branch September 21, 2025 10:28
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL