Skip to content

JavaScript operations that are blocking #16

Open
@mhulse

Description

@mhulse

Unfortunately, some JavaScript operations will always be synchronous, including:

running calculations
updating the DOM
using localStorage or IndexedDB to store and retrieve data.

https://www.sitepoint.com/avoiding-dom-blocking/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions