Skip to content

net/http: recommend a polyfill for node.js #518

Closed
@broady

Description

@broady

xmlhttprequest doesn't work very well:
https://www.npmjs.com/package/xmlhttprequest

For some reason the first thing it does when it gets a request is abort it. wtf?!?!?

  this.open = function(method, url, async, user, password) {
    this.abort();
    errorFlag = false;

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