Jemt / Fit.UI

Fit.UI is a JavaScript based UI framework built on Object Oriented principles
http://fitui.org
GNU Lesser General Public License v3.0
19 stars 7 forks source link

Missing support for Map #135

Open FlowIT-JIT opened 3 years ago

FlowIT-JIT commented 3 years ago

Fit.UI does not support Map. Example of cases where Map needs to be supported:

Fit.Core.Clone Fit.Core.Merge Fit.Core.IsEqual Fit.Array.Count Fit.Array.Merge Fit.Array.Copy etc..

More on Map: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map

This is marked as a bug as modern applications might rely on Map, making it incompatible with Fit.UI