mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 09:50:27 +00:00
5 lines
207 B
Text
5 lines
207 B
Text
[Exposed=Window]
|
|
interface CSSFontFeatureValuesMap {
|
|
maplike<CSSOMString, sequence<unsigned long>>;
|
|
undefined set(CSSOMString featureValueName, (unsigned long or sequence<unsigned long>) values);
|
|
};
|