Skip to content

Enhancement : show the number of XMLHTTPRequest that are not asynchronous #138

Description

@jpvincent

It is a bad practice to make synchronous XHR, because it blocks the browser as long as the query has not arrived. It is even marked as deprecated by the specifications.
Though the threshold should be 1 : have an error when a synchronous XHR is detected

Ex : xhttp.open('GET', xmlLink, false);
The 3rd argument should be left by default to true

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions