Skip to content

Configurable task priority for IDBRequest and IDBTransaction? #428

@SteveBeckerMSFT

Description

@SteveBeckerMSFT

TPAC 2024: The Prioritized Task Scheduling API shipping in Chromium introduces JavaScript task prioritization where applications can post tasks with high priority and background priority. Should we provide a way for developers to set the priority of the JavaScript tasks associated with IDBRequests and IDBTransactions?

For example, an application could indicate that an IDB read request is user blocking when the application needs results from IDB to load or display. Setting a user blocking priority could increase the priority of the JavaScript event tasks associated with the IDBRequest and IDBTransaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TPAC2024Topic for discussion at TPAC 2024

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions