我将 (2.0)js-interop 库与 JS 库ImageLoaded结合使用,我卡住了这个FunctionProxy
类,因为下面的代码抛出以下错误:
打破异常:参数不匹配的闭包调用:函数“调用”
js.FunctionProxy loaded = new js.FunctionProxy((){
print("called");
js.Proxy pckry = new js.Proxy(context.Packery, container, options);
});
js.Proxy img = new js.Proxy(context.imagesLoaded, container, loaded);
这很奇怪,因为我的 js 回调在应用程序崩溃之前被调用了 5 次。