CustomStateSet: delete() method
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The delete()
method of the CustomStateSet
interface deletes a single value from the CustomStateSet
.
Syntax
js
delete(value)
Parameters
value
-
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