fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.Scripting: add Context parameter to NativePromise delegates #1460

Closed mortend closed 1 year ago

mortend commented 1 year ago

This makes it possible to receive the Context object when implementing native promises, e.g. to call JavaScript functions and other operations available with Context.

This PR contains: