nodejs_interop 0.3.0
nodejs_interop: ^0.3.0 copied to clipboard
Provides interoperability with Node.js APIs.
Changelog #
This file contains highlights of what changes on each version of the Node.js interop for Dart library.
0.3.0 #
- Added the
osmodule. - Added the
convertToDart()andconvertToFuture()functions. - Added the
CpuUsage,NodejsPlatformandPromiseclasses. - Added a partial implementation of the
Processclass.