dart-sdk/sdk/lib/js
Sigmund Cherem 410db09743 Do not convert the worker object in jsinterop, just like we do for window
This makes it possible to do:

  js.context['self'].addEventListener('message',
      allowInterop((e) => print('received')));

Change-Id: I202b6c881372a77c0ec41dd334e9aa76286d7796
Reviewed-on: https://dart-review.googlesource.com/54068
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
2018-05-07 21:10:43 +00:00
..
dart2js Update dartdoc to v0.18.0 and tag library categories. 2018-03-27 16:19:34 +00:00
_js.dart Split dependency on dart:html from dart:js 2018-03-22 22:15:05 +00:00
_js_client.dart Do not convert the worker object in jsinterop, just like we do for window 2018-05-07 21:10:43 +00:00
_js_server.dart Split dependency on dart:html from dart:js 2018-03-22 22:15:05 +00:00