| Package | Description |
|---|---|
| org.polyfillservice.api.components | |
| org.polyfillservice.api.configurations | |
| org.polyfillservice.api.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Polyfill |
Polyfill.Builder.build() |
Polyfill |
Feature.getPolyfill() |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setPolyfill(Polyfill polyfill) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Polyfill> |
PolyfillSourceConfig.polyfills() |
| Modifier and Type | Method and Description |
|---|---|
Polyfill |
PolyfillService.getPolyfill(String name)
Gets a Polyfill instance by the name of the polyfill.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Polyfill> |
PolyfillService.getAllPolyfills()
Gets all the polyfills
|
List<Polyfill> |
PolyfillService.getPolyfills(String uaString)
Return a list of polyfills containing all sources of polyfills using default query setting
Alias polyfill will expand into specific polyfills.
|
List<Polyfill> |
PolyfillService.getPolyfills(String uaString,
Query query)
Return a list of polyfills containing all sources of polyfills.
|
Map<String,Polyfill> |
PolyfillLoaderService.loadPolyfills(List<PolyfillLocation> locations)
Load all polyfills within
polyfillsPath |
Copyright © 2017. All rights reserved.