File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,9 +540,9 @@ export class Api {
540540 *
541541 * @returns {Promise<any[] | undefined> }
542542 */
543- batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic : false ) : Promise < any [ ] >
544- batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic : true ) : Promise < undefined >
545- batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic : boolean ) : Promise < any [ ] | undefined > {
543+ batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic ? : false ) : Promise < any [ ] >
544+ batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic ? : true ) : Promise < undefined >
545+ batch ( uriCollector : ( batchApi : IBatchApi ) => string [ ] , isAtomic ? : boolean ) : Promise < any [ ] | undefined > {
546546 if ( this . _uriGenerationMode ) {
547547 throw new Error ( 'This method is not supported in batch mode' )
548548 }
You can’t perform that action at this time.
0 commit comments