Skip to content

Instantly share code, notes, and snippets.

@divyasonaraa
Created November 27, 2023 09:58
Show Gist options
  • Save divyasonaraa/5831991aff9c44158ea72c693e4b313b to your computer and use it in GitHub Desktop.
Save divyasonaraa/5831991aff9c44158ea72c693e4b313b to your computer and use it in GitHub Desktop.
if (!navigator.onLine && isBackgroundSyncSupported.value) {
// Notify user about successful blog creation
$q.notify({
message: "Offline Blog Created Successfully!",
type: "positive",
timeout: 2000,
});
// Redirect to the home page
router.push("/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment