Christian Petrov

Results 9 comments of Christian Petrov

This issue was closed by mistake (see https://github.com/eclipsesource/tabris-js/issues/2071). Reopening.

> Should the promise still reject as it does when the widget is disposed? (current behavior: yes) I would be in favor of resolving with a status instead of rejecting...

Please reopen in case you still have this issue with latest Tabris.js.

I would be in favor of using Attributes everywhere to reduce confusion. IMO the behavior from the "Con" example is expected.

Most of this is already possible with Tabris. Constructing the data URL string requires a `btoa` polyfill like [`abab`](https://www.npmjs.com/package/abab) and knowledge of the media type though. ```ts const arrayBuffer =...

Tested socket.io-client [[git]](https://github.com/socketio/socket.io-client)[[npm]](https://www.npmjs.com/package/socket.io-client) in a very simple use case for text-based data exchange. As `WebSocket` is not supported yet (see #188), the client falls back to using `XHR`. To make...

@mpost Those logs could get quite voluminous, so CLI-only logging might be enough and appropriate.

As discussed with @karolszafranski , we might want to store the output to a file instead of streaming it together with the console log output, e.g. similarly to how we...

This problem affects both iOS and Android.