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
Currently spec'd as a boolean only, could be upgraded to Thunkable<boolean>, supporting a closure that would be passed FetchOptions for a given request to determine if an ID should be generated.
This could be used to e.g. only generate an ID for local/relative requests, avoiding doing so for CORS requests that don't support custom headers. Or for CORS requests to one API but not another. Or only for CORS requests - you get the idea. :)
The text was updated successfully, but these errors were encountered:
Currently spec'd as a boolean only, could be upgraded to
Thunkable<boolean>
, supporting a closure that would be passedFetchOptions
for a given request to determine if an ID should be generated.This could be used to e.g. only generate an ID for local/relative requests, avoiding doing so for CORS requests that don't support custom headers. Or for CORS requests to one API but not another. Or only for CORS requests - you get the idea. :)
The text was updated successfully, but these errors were encountered: