web 0.3.1-dev 
web: ^0.3.1-dev copied to clipboard
Lightweight DOM and JS bindings built around JS static interop.
0.3.1-dev #
- Add 
onMessagegetter toWindowEventGettersextension methods. helpers.dart: expose theEventStreamProvidersclass.- Add 
createIFrameElementmethod tohelpers.dart. - Updated types to account for union types.
 - Fixed issue where all 
JSAnys were treated as nullable. - Changed 
JSVoidtovoid. interface mixins are no longer emitted as interfaces. Their members are instead added to the interface that mixes them in.
0.3.0 #
- Updated source IDL to 
v3.39.1. - Fixed a bug where 
typedefs were not declared with the IDL type's nullability. - Types that were aliased to 
doubleare now aliased tonum. This is to make it easier for users to pass integer values without going through a cast and to make migration fromdart:htmleasier. 
0.2.2-beta #
- Updates SDK version minimum to 3.2.0-194.0.dev.
 - Removes 
isInstanceOfDomTypeasdart:js_interopnow exposesinstanceOfString. 
0.2.1-beta #
helpers.dart- Expose 
EventStreamProvider 
- Expose 
 
0.2.0-beta #
- Added 
helpers.darttop-level library. - Require Dart 3.2 pre-release.
 - Update to IDL 3.38.2
 
0.1.4-beta #
- Support 
bool,int,double,Stringin APIs. 
0.1.3-beta #
- CSS properties can now be accessed directly.
 
0.1.2-beta #
JSAnyas an IDL type now includesnull.
0.1.1-beta #
- Objects now inherit from JSObject.
 
0.1.0-beta #
- First release.