mirror of https://github.com/grpc/grpc-dart.git
add ignore comments for use of deprecated apis
This commit is contained in:
parent
c0c1c68ea5
commit
e72dde2602
|
@ -14,6 +14,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
import 'dart:async';
|
||||
// ignore: deprecated_member_use (#756)
|
||||
import 'dart:html';
|
||||
|
||||
import 'src/generated/echo.pbgrpc.dart';
|
||||
|
|
|
@ -12,6 +12,8 @@
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// ignore: deprecated_member_use (#756)
|
||||
import 'dart:html';
|
||||
|
||||
import 'package:grpc/grpc_web.dart';
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
import 'dart:async';
|
||||
// ignore: deprecated_member_use (#756)
|
||||
import 'dart:html';
|
||||
import 'dart:typed_data';
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// ignore: deprecated_member_use (#756)
|
||||
export 'dart:html' show HttpStatus;
|
||||
|
||||
/// Unavailable on the web
|
||||
|
|
|
@ -12,10 +12,12 @@
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
@TestOn('browser')
|
||||
library;
|
||||
|
||||
import 'dart:async';
|
||||
// ignore: deprecated_member_use (#756)
|
||||
import 'dart:html';
|
||||
|
||||
import 'package:async/async.dart';
|
||||
|
|
Loading…
Reference in New Issue