-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Example: Link preloading (GET-only) #223
Closed
Closed
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa634b1 - Browse repository at this point
Copy the full SHA fa634b1View commit details -
Move Axios call to it's own method
This will allow us to make a call without running into prefetch response incompatibility issues. We'll also move the cancelToken into an argument, so that the preloader can cancel any requests that are still preloading and are no longer relevant after a page transition.
Configuration menu - View commit details
-
Copy full SHA for 6d47a83 - Browse repository at this point
Copy the full SHA 6d47a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45fc777 - Browse repository at this point
Copy the full SHA 45fc777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 332c0b5 - Browse repository at this point
Copy the full SHA 332c0b5View commit details -
Preloader: add hook to cancelToken
This will allow the normal 'visit' to cancel the request after taking over.
Configuration menu - View commit details
-
Copy full SHA for c14029d - Browse repository at this point
Copy the full SHA c14029dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 523e9fd - Browse repository at this point
Copy the full SHA 523e9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ea76a - Browse repository at this point
Copy the full SHA a7ea76aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc6f16 - Browse repository at this point
Copy the full SHA fdc6f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2ad22 - Browse repository at this point
Copy the full SHA 1b2ad22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ec6cd - Browse repository at this point
Copy the full SHA 21ec6cdView commit details
Commits on Sep 24, 2020
-
Merge branch 'master' into preload-v2
# Conflicts: # packages/inertia/src/inertia.js
Configuration menu - View commit details
-
Copy full SHA for 6faf8cb - Browse repository at this point
Copy the full SHA 6faf8cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.