mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* feat: ExposeAPIInMainWorld allow to process non-object APIs cpp part * fix: add IsTypedArray check before DeepFreeze of the api * feat: ExposeAPIInMainWorld allow to process non-object APIs js part - ts types change * test: add new context bridge tests * docs: ctx bridge exposeInMainWorld change documentation for any API Co-authored-by: nikitakot <nikitakot@microsoft.com>