Claudio Dekker
                                            Claudio Dekker
                                        
                                    This PR hopes to solve a situation where you can't re-impersonate when already impersonated. The problem I'm trying to solve here has to do with the following situation: 1. You...
According to MDN, both the `attestation` and `authenticatorSelection` options can be omitted: https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create This seems to be backed up by the W3 spec, which states that the default for `attestation`...
This functionality adds a 'request manager' of sorts, which has the following behavior: 1) If there is no request, it starts the request and returns a promise that will eventually...
This PR serves as a basis / starting point for eventually migrating away from Axios. The basic functionality presented works, but file uploads have not been tested. This PR will...
 Usage: - `Click me!` - `Save Changes` - `Visit with request options` Under the hood, this feature uses the existing [request methods](https://inertiajs.com/requests), and acts...
It would be great to have an API reference in the documentation that shows an index of (and possibly links to) all the available public methods in a specific thing....