-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support older browsers without Proxy #3155
Copy link
Copy link
Closed as not planned
Labels
breaking changeCannot be merged when next version is not a major releaseCannot be merged when next version is not a major releasehas workaroundWorkaround provided or linkedWorkaround provided or linkedwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
breaking changeCannot be merged when next version is not a major releaseCannot be merged when next version is not a major releasehas workaroundWorkaround provided or linkedWorkaround provided or linkedwontfixThis will not be worked onThis will not be worked on
Fields
Give feedbackNo fields configured for issues without a type.
We're using Faker in browser, and need to support older browsers that do not have
Proxy(including all IE versions). As Faker relies on that for the LocaleProxy, it doesn't work in those browsers.Is there any scope for Faker to be able to support those browsers? I don't have any suggestions for what that would be, but maybe some sort of browser feature detection or disabling the locale functionality.
Google's proxy-polyfill doesn't cover the
hasordeletePropertyhandlers, so doesn't work for Faker's use case. (Unless an option is to stop using those handlers?)