The future plan of JSObject #761
zombieyang
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
感觉JSObject应该有类似LuaTable的功能。 另外应该有显式的Dispose,而不是只依赖C#的析构函数去释放资源。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
显式Dispose的需求是? |
Beta Was this translation helpful? Give feedback.
1 reply
-
另外有一个痛点是比较缺乏数组在语言边界传递的能力。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
起初,JSObject只是为了满足一个需求存在的:开发者需要在C#侧暂存一个JS对象,并在未来的某个时刻传回JS。
但后续其实发现有挺多需求也能由JSObject完成,比如:
本帖将继续记录jSObject的相关需求,可能会在未来的某个时刻对它进行大重构实现。
Beta Was this translation helpful? Give feedback.
All reactions