Skip to content

Commit

Permalink
Remove type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Nov 30, 2023
1 parent 78387a6 commit 1916b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class HtmlWebSocketChannel extends StreamChannelMixin
}

void _innerListen(MessageEvent event) {
final JSAny? eventData = event.data;
final eventData = event.data;
Object? data;
if (eventData.typeofEquals('object') &&
(eventData as JSObject).instanceOfString('ArrayBuffer')) {
Expand Down

0 comments on commit 1916b79

Please sign in to comment.