@oneblink/apps-react
    Preparing search index...

    Function goBackOrCloseWindow

    • Go back in the browser history or attempts to close the browser tab if there is no history.

      try {
      await submissionService.goBackOrCloseWindow()
      } catch (error) {
      // Handle error while closing browser tab.
      // Display message to user to close it manually
      }

      Returns Promise<void>