Deletes the specified element from a WeakSet object.
WeakSet
delete(value?)
value optional
The value of the element to remove from the WeakSet object.
true if an element in the WeakSet object has been removed successfully; otherwise false.
true
false