Global

Members

cause :Error

The error cause

Type:
  • Error
Source:

message :string

The error message

Type:
  • string
Source:

name :string

The name of the error

Type:
  • string
Source:

(constant) REVALIDATION_SUPPORTED

Checks whether the user uses a browser which does support revalidation.

Source:

stack :string

The error stack trace

Type:
  • string
Source:

Methods

next() → {Object|boolean|Object}

Source:
Returns:
  • item

    Type
    Object
  • item.done

    Type
    boolean
  • item.value

    Type
    Object

next() → {Object|boolean|metamodel.Attribute}

Source:
Returns:

Type Definitions

EntityType

Type:
  • 'json' | 'text' | 'blob' | 'buffer' | 'arraybuffer' | 'data-url' | 'form'
Source:

StreamOptions

Type:
  • object
Properties:
Name Type Description
initial boolean

Indicates whether or not the initial result set should be delivered on
creating the subscription.

matchTypes Array.<string>

A list of match types.

operations Array.<string>

A list of operations.

reconnects number

The number of reconnects.

Source: