Jose Luis Chavez del Cid

Results 5 issues of Jose Luis Chavez del Cid

if CONNECTION_STATE_FAILED is the result of calling StartSession, the API Reference states that it will raise onConnectionBanned and onConnectionStateChanged. We can't determine if the Application failes to connect by a...

enhancement
Forms

This allows to show a modal with a set of parameters from an anonymous object. ` ModalService.Show("Edit Business Location", new { Item!.Id }) `

Following the pattern of other libraries from this author added support for settings the customization of the location of the javascript file. This will allow to configure it on the...

As on other libraries the location of the javascript has impact on what is the latest version used and cached by the browser. When using multiple Blazor WASM applications under...

Fix to work with the latest version of Blazor.Streams (0.4.2) WritableStream base class. Missing a CreationOptions parameter for WritableStream constuctor.