Murray Coghill
Murray Coghill
I'm updating to 1.14.4, and in the process migrating from using MultiInv to MV-I, as MultiInv isn't supported anymore and has stopped working. I have MultiInv v3.3.10 running on the...
We're using Faker in browser, and need to support older browsers that do not have [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) (including all IE versions). As Faker relies on that for the [LocaleProxy](https://github.com/faker-js/faker/blob/9537dfddba882bd93d9a429697fd44bc72428426/src/internal/locale-proxy.ts), it doesn't...