djbalinD
Convex Communityโ€ข2y agoโ€ข
3 replies
djbalin

Set.prototype.difference() seems to work

Are the new Set operations supported in the Convex JS runtime?
Spefically e.g. Set.protoype.difference()
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/difference

Thanks ๐Ÿ™‚
MDN Web Docs
The difference() method of Set instances takes a set and returns a new set containing elements in this set but not in the given set.
Set.prototype.difference() - JavaScript | MDN
Was this page helpful?