onStart(listener: (url: URL, request: ApidlyRequest<ClientParams, unknown>) => any) {
    return this.requestInit.start.on(listener);
  }