race(requests) {
    if (typeof this.Promise !== 'function') {
      throw new Error('No global Promise constructor has been found. Use transceiver.setPromise(Promise) to specify one.');
    }
    return this.Promise.race(this.requestArray(requests));