web icon indicating copy to clipboard operation
web copied to clipboard

Lightweight browser API bindings built around JS static interop.

Results 67 web issues
Sort by recently updated
recently updated
newest added

Today we implement partial interfaces by just collecting everything into a single interface. This results in empty files, among other issues. We could fix this by breaking apart monolithic interfaces,...

I have written dart side post message to send dart Map to web worker postMessage. ``` Future postMessageDynamic(int id, message) async{ final worker = _workers[id]; Map messageMap = message as...

type-question

### Error Log: ``` ➜ example git:(main) ✗ dart test test/main_test.dart --debug 00:03 +0: loading test/main_test.dart Hint: When run on the command-line, the compiled output might require a preamble file...

Invalid depfile: D:\flutter\app\test_lfm_flutter_new\.dart_tool\flutter_build\551dc14c0474116e051f6a952e93f4ab\kernel_snapshot.d Invalid depfile: D:\flutter\app\test_lfm_flutter_new\.dart_tool\flutter_build\551dc14c0474116e051f6a952e93f4ab\kernel_snapshot.d /C:/Users/myPc/AppData/Local/Pub/Cache/hosted/pub.dev/web-0.5.1/lib/src/dom/webauthn.dart:647:20: Error: Type 'JSString' not found. external JSArray get transports; /C:/Users/bdCalling%20IT/AppData/Local/Pub/Cache/hosted/pub.dev/firebase_core_web-2.16.0/lib/src/firebase_core_web.dart:176:9: Error: The getter 'globalContext' isn't defined for the class 'FirebaseCoreWeb'. - 'FirebaseCoreWeb' is...

### **Issue:** When working with html element childrens which are represented through the `HtmlCollection`, if someone wants to iterate through these childrens in dart, only approach is to use a...

area-api-missing

[feat] Adds http status codes (Resolves #280) --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md)...

The Webassembly API should be namespaced by ```WebAssembly``` but several of the extension types are not properly annotated so they try to find the various type constructors in the global...

### **Issue:** Dart `html` library exports `HttpStatus` abstract class that defines various http status codes. I can't find a replacement for this in the `web` package. Currently, the `HttpStatus` is...

contributions-welcome
area-api-missing

Hi, I started migrating to use the `web` package in the [speech_to_text](https://github.com/csdcorp/speech_to_text/tree/main/speech_to_text) plugin, but when I run the example in release mode and try the initialize I get the error...

area-api-bug