settings |
Object
|
Operation settings.
The following settings are supported (name - type - description):
cdn - String - CDN in which check/search should be made:
cdnjs or jsdelivr (case-insensitive)
caseSensitive - Boolean - Whether case-sensitive check/search should be used
partialMatch - Integer - Allow partial matching when checking name:
0 - disallow (by default), 1 - allow at the beginning of matching strings, 2 - allow substring matching
search - Boolean - Whether search should be made instead of check
limit - Integer - Limit of quantity of results
The only mandatory setting is cdn . |