Svadilfari icon indicating copy to clipboard operation
Svadilfari copied to clipboard

Restore Tab

Open shumbo opened this issue 3 years ago • 1 comments

Add an action to restore the most recently closed tab

shumbo avatar Sep 23 '21 21:09 shumbo

The proper way to implement this is to use the sessions API (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sessions).

The MDN says the API is not available on Safari so we might need to come up with a workaround. But the document can be outdated so it is worth taking a look.

shumbo avatar Sep 24 '21 02:09 shumbo