Class Polyfill
java.lang.Object
org.htmlunit.javascript.polyfill.Polyfill
Support to use polyfills for js features not implemented so far
(idea from Colin Alworth).
- Author:
- Ronald Brill
-
Constructor Details
-
Polyfill
public Polyfill()
-
-
Method Details
-
getFetchPolyfill
- Throws:
IOException
-
apply
public void apply(org.htmlunit.corejs.javascript.Context context, org.htmlunit.corejs.javascript.Scriptable scriptable) Compile the script if needed and exec to setup the context.- Parameters:
context- the contextscriptable- the scriptable
-