Module: wpt-xhr-cmd

The wpt-xhr command line interface module.
Version:
  • 1.0.0
Author:
  • Essam A. El-Sherif
Source:

Members

(inner, constant) cmdOptions :object

Command line options
Type:
  • object
Source:

Methods

(inner) Main()

The application entry point function
Source:

(inner) getError(Error) → {string}

Function to return error message
Parameters:
Name Type Description
Error number number
Source:
Returns:
Error message
Type
string

(inner) getHelp() → {string}

Function to return help info
Source:
Returns:
Help information
Type
string

(inner) parseCmdLine()

Command line parser function
Source:

A Node.js implementation of the WHATWG XMLHttpRequest Living Standard for non-browser environments.