Skip to content

Option to wait for the end of the request #8

@nt1m

Description

@nt1m

Simplify:

request.on('data', chunk => {
  json += String(chunk);
});
request.on('end', () => {

by introducing an option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions