Growl

Web Notifications module.

Source:
Source:

Members

(inner) Date

Source:

Save timer references to avoid Sinon interfering (see GH-237).

Methods

(static) isCapable() → {boolean}

Source:
See:

Checks if browser notification support exists.

Returns:

whether browser notification support exists

Type
boolean

(static) isCapable() → {boolean}

Checks if Growl notification support seems likely.

Source:
See:

Glosses over the distinction between an unsupported platform
and one that lacks prerequisite software installations.

Returns:

whether Growl notification support can be expected

Type
boolean

(static) notify(runner)

Source:
See:

Implements browser notifications as a pseudo-reporter.

Parameters:
Name Type Description
runner Runner

Runner instance.

(static) notify(runner)

Source:
See:
  • Mocha#_growl

Implements desktop notifications as a pseudo-reporter.

Parameters:
Name Type Description
runner Runner

Runner instance.

Desktop Notifications module.

Source:
Source:

Members

(inner) Date

Source:

Save timer references to avoid Sinon interfering (see GH-237).

Methods

(static) isCapable() → {boolean}

Source:
See:

Checks if browser notification support exists.

Returns:

whether browser notification support exists

Type
boolean

(static) isCapable() → {boolean}

Checks if Growl notification support seems likely.

Source:
See:

Glosses over the distinction between an unsupported platform
and one that lacks prerequisite software installations.

Returns:

whether Growl notification support can be expected

Type
boolean

(static) notify(runner)

Source:
See:

Implements browser notifications as a pseudo-reporter.

Parameters:
Name Type Description
runner Runner

Runner instance.

(static) notify(runner)

Source:
See:
  • Mocha#_growl

Implements desktop notifications as a pseudo-reporter.

Parameters:
Name Type Description
runner Runner

Runner instance.