fix typos
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| class ExractResult { | ||||
| class ExtractResult { | ||||
|     constructor(data) { | ||||
|         this._data = data || []; | ||||
|  | ||||
|  | ||||
| @ -12,7 +12,7 @@ task(itemsSelector:string, fieldSelectors:string[]) | ||||
| task(itemsSelector:string, fieldSelectors:string[], url:string, from:number, to:number, interval:number) | ||||
| task(itemsSelector:string, fieldSelectors:string, url:string, pages:number[]) | ||||
| task(itemsSelector:string, fieldSelectors:string[], urls:string[]) | ||||
| task(itemsSelector:string, fieldSelectors:string[], urls:ExractResult) | ||||
| task(itemsSelector:string, fieldSelectors:string[], urls:ExtractResult) | ||||
|  | ||||
| See detail help in: | ||||
| https://git.jebbs.co/jebbs/data-extracter-extesion | ||||
| @ -70,7 +70,7 @@ function testArgs(...args) { | ||||
|                         args[2] instanceof Array && | ||||
|                         testArrayVals(args[2], v => typeof v == "string") | ||||
|                     ) || ( | ||||
|                         args[2] instanceof ExractResult | ||||
|                         args[2] instanceof ExtractResult | ||||
|                     ) | ||||
|                 ); | ||||
|         case 4: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user