tech communities
i mean i do :—
const getDataViewBuffer =
Object.getOwnPropertyDescriptor(
DataView.prototype,
"buffer",
).get;
// later…
const buffer = Reflect.apply(
getDataViewBuffer,
myDataView,
[],
);
—: and that’s not even a weird edge case really that’s just a normal feature of the language
but i feel like most developers would look at that, say “it is not obvious to me what is happening here”, and move on rather than try learning