On Wed Apr 23 14:50:28 2025 +0000, Gabriel Ivăncescu wrote:
How do I make it non-enumerable from mshtml? If I use fdexNameEnsure it makes it enumerable. Should I add a new wine-specific method to the interface?
Oh, right, there is that. Something like `IWineJSDispatch::DefineProperty(struct property_info *desc, VARIANT *v)` seems reasonable to me.