CustomStateSet.delete()
The delete()
method of the CustomStateSet
interface deletes a single value from the CustomStateSet
.
Syntax
CustomStateSet.delete(value)
Parameters
: value
: - The value to remove from the CustomStateSet
.
Return Value
Returns true
if value
was in the CustomStateSet
; otherwise false
.
Specifications
No specification found
No specification data found for api.CustomStateSet.delete
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser