You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `true` if the request comes from a call to one of our own API endpoints made during SSR (or prerendering). This is handled by directly calling `+server.js` without the overhead of actually making an HTTP request. Use this property if you want to treat these synthetic requests different in some way.
1016
+
* `true` if the request comes from a call to one of our own API endpoints made during SSR (or prerendering). This is handled by directly calling `+server.js` without the overhead of actually making an HTTP request. Use this property if you want to treat these synthetic requests differently in some way.
0 commit comments