We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75430c commit 007d655Copy full SHA for 007d655
lib/src/webcrypto/webcrypto.dart
@@ -26,10 +26,10 @@ import 'dart:typed_data';
26
import '../impl_interface/impl_interface.dart';
27
import '../impl_stub.dart'
28
if (dart.library.ffi) '../impl_ffi/impl_ffi.dart'
29
- if (dart.library.js) '../impl_js/impl_js.dart' as impl;
+ if (dart.library.js_interop) '../impl_js/impl_js.dart' as impl;
30
import '../impl_stub/impl_stub.dart'
31
32
- if (dart.library.js) '../impl_js/impl_js.dart' show webCryptImpl;
+ if (dart.library.js_interop) '../impl_js/impl_js.dart' show webCryptImpl;
33
34
export '../impl_interface/impl_interface.dart'
35
show KeyPair, EllipticCurve, OperationError;
0 commit comments