You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution would consist in making sure that the interface (namely B) inheriting from the other (namely A) would redefine all methods (so that forEach would work). It could be implemented inside gpf.define.
Another approach is to include recursion in all interface related methods OR provide a mechanism to extract all method of a given interface (so that the code could loop on it).
gpf.interfaces.promisify and gpf.interfaces.isImplementedBy might have a problem (because of _gpfObjectForEach)
The text was updated successfully, but these errors were encountered: