Skip to content

missed XMLHttpRequest and EventSource tests #241

@Yaffle

Description

@Yaffle

while page loading:

var x = new XMLHttpRequest();
x.open("GET", "some-url", true);
x.onabort = function () {
  // abort should be called!
};
x.send();

window.stop();

see https://developer.mozilla.org/en-US/docs/Web/API/window.stop and
http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method

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