fable-promise
fable-promise copied to clipboard
Fable bindings for JS promise
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 Commits See full...
I'm resending here changes from #25. I think it's a nice cleanup for the CE implementation, but given that it causes breaking changes (see #27) they should be published in...
After a _dotnet paket update_ I noticed that navigation with [Feliz.Router.BasePath](https://github.com/DnnFable/Feliz.Router.BasePath) stopped working, or better, the hook stopped setting a new state with the current page. I was able to...
See [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race). We could have something like: ```fsharp let race2 (pr1: 'T1) (pr2: 'T2): Promise let race3 (pr1: 'T1) (pr2: 'T2) (pr3: 'T3): Promise
The `AsyncIteratable.iter` function doesn't allow processing an item using a promise. It would be convenient to have another helper that adds an await here: https://github.com/fable-compiler/fable-promise/blob/b40f8cd1d6b3582baea1aeaf98b180e3d27bc4f0/src/AsyncIterable.fs#L49.