On Wed Dec 6 18:16:49 2023 +0000, Gabriel Ivăncescu wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/4619/diffs?diff_id=88474&start_sha=04ff4f2a71cd5c4a0ad19cb857fb7ec885a56db6#b5fa643f0dd306b4a3dc41c7d2cf01b86dff3109_2048_2044)
Out of curiosity, which of those interfaces did you see actually required by something?
Note that even after code freeze, exposing everything like that will be questionable. The above worry is not only theoretical, I recall some JS libraries (IIRC jquery, but I'm not sure) doing things like: ``` var o = {}; for (p in event) o[p] = event[p]; return o ```