The details parameter for vAPI.tabs.onPopup() is being revised in a way to abstract better platform-specific details:
details.openerTabId: the tab id from within which the popup is launched. Optional.
details.openerURL: the URL from within which the popup is launched. Optional.
It is ok for openerTabId or openerURL to be undefined. The popup handler will use either one of them to figure the context from where the popup was opened.
The
detailsparameter forvAPI.tabs.onPopup()is being revised in a way to abstract better platform-specific details:details.openerTabId: the tab id from within which the popup is launched. Optional.details.openerURL: the URL from within which the popup is launched. Optional.It is ok for
openerTabIdoropenerURLto beundefined. The popup handler will use either one of them to figure the context from where the popup was opened.details.targetTabId: the tab id of the popup.details.targetURL: the URL of the popup.