Future<void> addAll(Iterable<dynamic> requests) => js_util.promiseToFuture(js_util.callMethod(this, 'addAll', [requests]));