webcrypto.dart
webcrypto.dart copied to clipboard
Cross-platform implementation of Web Cryptography APIs
Just curious to see how the tests goes :D
This is effectively integration tests for Chrome on MacOS. These tests shouldn't really be necessary, since we tests chrome compatibility in multiple ways. For unknown reasons these tests are unreliable...
### Description I'm using this package for RSA decryption in both isolates and web workers. While it works fine in isolates, I encounter a null check error when running in...
Currently, we have the follow warnings in tests: ``` Warning: In index.html:53: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details. Warning: In...