Skip to content

package:web v0.3.0

Compare
Choose a tag to compare
@kevmoo kevmoo released this 11 Oct 21:49
· 172 commits to main since this release
d859db0
  • 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 double are now aliased to num. This is to make
    it easier for users to pass integer values without going through a cast and to
    make migration from dart:html easier.