CustomEvent -> Event
This commit is contained in:
parent
d35ebbd0de
commit
d72870a2f1
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class WebSockets extends BaseWebSocketClient {
|
||||||
var wnd = window.open(url, 'angel_client_auth_popup');
|
var wnd = window.open(url, 'angel_client_auth_popup');
|
||||||
|
|
||||||
Timer t;
|
Timer t;
|
||||||
StreamSubscription<CustomEvent> sub;
|
StreamSubscription<Event> sub;
|
||||||
t = new Timer.periodic(new Duration(milliseconds: 500), (timer) {
|
t = new Timer.periodic(new Duration(milliseconds: 500), (timer) {
|
||||||
if (!ctrl.isClosed) {
|
if (!ctrl.isClosed) {
|
||||||
if (wnd.closed) {
|
if (wnd.closed) {
|
||||||
|
|
|
@ -2,7 +2,7 @@ name: angel_websocket
|
||||||
description: WebSocket plugin for Angel.
|
description: WebSocket plugin for Angel.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=1.19.0"
|
sdk: ">=1.19.0"
|
||||||
version: 1.1.0-alpha+3
|
version: 1.1.0-alpha+4
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_websocket
|
homepage: https://github.com/angel-dart/angel_websocket
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue