4

i want to store tab specific values in a array. i want to store tab unique id as key. is there any unique id for safari browser tab.

thanks in advance

Ramesh
  • 79
  • 5

1 Answers1

0

As far as I know, there isn't a unique identifier, but could you use the URL of the tab? Off the top of my head:

tab = event.target.browserWindow.activeTab.url
rick
  • 1,075
  • 4
  • 20
  • 29