@JsType(isNative=true,
name="CSS",
namespace="<global>")
public class CSS
extends Object
| Constructor and Description |
|---|
CSS() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
supports(String supportCondition)
It takes akes parameter matching the condition of @supports:
|
static boolean |
supports(String propertyName,
String value) |
@JsMethod(name="supports") public static boolean supports(String propertyName, String value)
@JsMethod(name="supports") public static boolean supports(String supportCondition)
supportCondition - contains the condition to check.Copyright © 2018 Xalys. All rights reserved.