Skip to content

New bg_function to reload a specific Tab #106

@perdigano

Description

@perdigano

I propose a new function to reload any specific Tab (by index).

Maybe the code could be something like :

async function reloadTab(idx){
const {id} = (await browser.tabs[idx]);
await browser.tabs.reload(id);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions