• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / webcrypto.dart / 28942840645
90%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 12:40PM UTC
Jobs 1
Files 55
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jul 2026 12:32PM UTC coverage: 89.126%. Remained the same
28942840645

push

github

web-flow
refactor(js): fix JSDomException checks for wasm compatibility (#306)

* refactor(js): fix JSDomException checks for wasm compatibility

Resolve invalid_runtime_check_with_js_interop_types warnings for JSDomException.

Instead of directly catching the extension type JSDomException or checking e is JSObject, we catch generic objects, cast them to JSAny?, and check if they are JSDomException instances using isA<subtle.JSDomException>().

This avoids platform-inconsistent runtime checks that behave incorrectly under dart2wasm where extension types are runtime-erased.

* fix libraries

* refactor(js): fix JSDomException type-checking crash under WASM

Resolve _TypeError when casting generic exceptions to JSAny? under dart2wasm.

2967 of 3329 relevant lines covered (89.13%)

1.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28942840645.1 08 Jul 2026 12:40PM UTC 55
89.13
GitHub Action Run
Source Files on build 28942840645
  • Tree
  • List 55
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28942840645
  • 80c603e2 on github
  • Prev Build on master (#28742066039)
  • Next Build on master (#29041575032)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc