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
Probably a legacy of the past, anyway, I can't find any real use for it (other than making the code more difficult to read), for most situations typeof or instanceof should suffice..
TODO find out it is somehow feasible to outsource this utility when will switch to vue v3 (or even now, when we will use npm packages, including it directly from the vue v2 node_modules folder, ref: #290)
Probably a legacy of the past, anyway, I can't find any real use for it (other than making the code more difficult to read), for most situations
typeof
orinstanceof
should suffice..g3w-client/src/app/core/utils/utils.js
Lines 239 to 242 in 6b49021
More info
Object.prototype.toString.call
andtypeof
The text was updated successfully, but these errors were encountered: