-
I've noticed adding/removing nodes/ports can cause exceptions due to race conditions. There are three cases I have documented (of which one is the Navigator Widget) but everything which makes use of t…
-
### Description
When using `jsOptions` with an interface, a non-property member (one missing a getter or setting) generates invalid js, a local FSharpRef that references a non-existent identifier `…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
The default project templates for Blazor WASM apps use trimming, but trimming warnings …
-
For some reason, my server side blazor app no longer works with the BlazorInputFile package. When i attempt to upload a file using this, my chrome dev console is throwing an error.
[2020-03-18T20:…
-
A generic `Setup(InvocationMatcher)` method is needed, that does not specify the return type at compile time is needed, to make it easy for folks to set up a "catch all of my calls" in a single `Setup…
-
Given the following javascript code (requires latest chrome) :
### JS
```javascript
class MyElement extends HtmlElement {
constructor() {
console.log("created");
}
}
…
-
It takes about a second to derive the next key from an ExtendedKey. Perhaps this library can make use of JSInterop for the Webcrypto APIs when the platform is 'browser'.
-
I find the following exception in the log file of my application:
```
Microsoft.JSInterop.JSException: Cannot read properties of null (reading 'innerHTML')
TypeError: Cannot read properties of nu…
-
Microsoft.JSInterop.JSException: Vditor is not defined
ReferenceError: Vditor is not defined
at Object.preview (https://localhost:5001/_content/Vditor/vditor-blazor.js:67:5)
…
-
Currently, dart2js allows the following:
```
@JS()
class Foo {
@JS()
int? bar;
}
```
The second `@JS()` here has no effect -- `bar` is treated as a Dart member. To avoid confusion and …