Name | Type | Default | Description |
---|---|---|---|
type | string | ||
bubbles | boolean | false | optional |
cancelable | boolean | false | optional |
status | number | 0 | optional |
Extends
- Event
Members
HTTPStatusEvent.HTTP_STATUS 定数は、
httpStatus イベントオブジェクトの type プロパティの値を定義します。
The HTTPStatusEvent.HTTP_STATUS constant defines the value
of the type property of a httpStatus event object.- Default Value:
- httpStatus
指定されたクラスの空間名を返します。
Returns the space name of the specified class.- Default Value:
- next2d.events.HTTPStatusEvent
指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.- Default Value:
- next2d.events.HTTPStatusEvent
返された応答ヘッダー(URLRequestHeader オブジェクトの配列)です。
The response headers that the response returned,
as an array of URLRequestHeader objects.応答の返送元の URL です。
The URL that the response was returned from.サーバーから返された HTTP ステータスコードです。
The HTTP status code returned by the server.
Methods
指定されたクラスのストリングを返します。
Returns the string representation of the specified class.- Default Value:
- [class HTTPStatusEvent]
Returns:
Type Description string 指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.Returns:
Type Description string