deno_objc icon indicating copy to clipboard operation
deno_objc copied to clipboard

Qustion: `Class` returned by `objc.createClass` is not proxied, is this expected?

Open chirsz-ever opened this issue 11 months ago • 0 comments

I write a gist to use Deno to show a Cocoa window: https://gist.github.com/chirsz-ever/8ceef4117490e45196cc7a9e5eea38a0

Here I find AppDelClass.alloc().init() does not work. Is this expected?

chirsz-ever avatar Apr 02 '25 12:04 chirsz-ever