-
Notifications
You must be signed in to change notification settings - Fork 405
feat(2.0): server function inspector #2049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat-seroval-json
Are you sure you want to change the base?
Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
| setOutput((prev) => ({ ...prev, result: value.toString() === result[0].toString() })); | ||
| }); | ||
|
|
||
| return ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't have to stay but you want to watch the inspector track streams, then enjoy
PR Checklist
Server function inspector, keeps track of server function calls and allows you to inspect both Response and Request easier (than viewing the network tab).
Some TODOs:
multipart/form-datainspectorArrayBufferand other content-typesAlso some UI cleanup to dedupe stuff from the current DevOverlay
Testing
The overlay isn't visually-accessible for now so if you want to open it, go to Console then enter
__START_SERVER_FN__(true)Note
seroval branch doesn't depend on this one, I can rebase this to main when that happens