Skip to content

Instantly share code, notes, and snippets.

@liuxd
Created July 19, 2021 01:04
Show Gist options
  • Save liuxd/34bb5ce2128eeb352b9da35f5a9c5a9e to your computer and use it in GitHub Desktop.
Save liuxd/34bb5ce2128eeb352b9da35f5a9c5a9e to your computer and use it in GitHub Desktop.
[Detect Back Button Event]
if (performance.getEntriesByType("navigation")[0].type === 'back_forward') {
// do something.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment