on
05 Mar 2026
04:43 PM
- edited on
01 Apr 2026
09:02 AM
by
Michal_Gebacki
Map object, andMap object by running dT_.gdi() command in browser console.Map.If that is true, and application has non spec compliant implementation of the Map object, the Proxy XHR wrapper will not work.
Map implementation is compliant with Map object specification. A compliant Map allows the Proxy XHR wrapper to function correctly.If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:
Map implementation is compliant with Map object specification.Also there are linked error same to as this:
How to check:
type “new Map().has” into the console of the developer tools in browser. If it does not show something like ƒ has() { [native code] }, but undefined, then this is the case.
If it is the case, type Map into the developer tools and press enter. This will provide some more information about the implementation of Map and where the polyfill is coming from.
This issue needs to be fixed by the customer. Map is a standard library in all supported browsers!