mirror of https://github.com/grpc/grpc-dart.git
Merge branch 'master' into web-http-status
This commit is contained in:
commit
5a34637a43
|
@ -13,4 +13,4 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
export 'io_bits_io.dart' if (dart.library.html) 'io_bits_web.dart';
|
export 'io_bits_io.dart' if (dart.library.js_interop) 'io_bits_web.dart';
|
||||||
|
|
|
@ -13,8 +13,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// ignore: deprecated_member_use (#756)
|
export 'package:web/web.dart' show HttpStatus;
|
||||||
export 'dart:html' show HttpStatus;
|
|
||||||
|
|
||||||
/// Unavailable on the web
|
/// Unavailable on the web
|
||||||
class InternetAddress {}
|
class InternetAddress {}
|
||||||
|
|
Loading…
Reference in New Issue