Stefan Charsley
Stefan Charsley
Is there any progress on this?
@NickIliev the following pull request makes implementing this at the XHR level easier (just have to update the FormData polyfill to achieve this) https://github.com/NativeScript/NativeScript/pull/7707
@developit has there been any progress on this?
@AshleyCao have you tried setting the target to `es5` and the lib to `esnext`?
@starsolaris can you please create a minimal reproduction?
This is not an issue with typescript, this is an issue with fuse-box.
@nchanged I can confirm this is a bug in fuse-box due to the weird import hoisting of javascript. While not many libraries do this, it is perfectly valid to have...
@nchanged I think it's valid to say that if the code occurs in a Typescript source file then it is valid for the error to occur, but if the code...
@issa-tseng the `.begin()` call stores any error of any query performed inside the transaction. When your resolved promise is returned to `.begin()` it will rethrow the stored error and rollback...
@no-more just curious as to the reasoning behind using a container for breakpoint detection instead of the viewport as is currently used, can you please provide a real world example...