Uses of Class
org.htmlunit.javascript.polyfill.Polyfill
-
Packages that use Polyfill Package Description org.htmlunit.javascript.polyfill Classes in this package are specific for the JavaScript engine polyfill support - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Polyfill in org.htmlunit.javascript.polyfill
Fields in org.htmlunit.javascript.polyfill with type parameters of type Polyfill Modifier and Type Field Description private static java.util.Map<java.lang.String,Polyfill>
Polyfill. CACHE
Methods in org.htmlunit.javascript.polyfill that return Polyfill Modifier and Type Method Description static Polyfill
Polyfill. getFetchPolyfill()
private static Polyfill
Polyfill. getPolyfill(java.lang.String resouceName)
-