Adobe’s CEP has a “cep” object that gets attached to window. It’s used for various things including file system access, native processes, etc.
I’d like to use a typedef SWC for typed access to these utilities, but window is defined in js.swc (which I also need to use). Is there a way to attach the cep object to the window object defined in a different swc? I expect this issue to come up in other scenarios as well… Harbs