Commit 6ca08953 authored by Fabien O'Carroll's avatar Fabien O'Carroll
Browse files

fixup! Fix doubleKnock request.clone() errors

parent 2f8c2ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1228,7 +1228,7 @@ export interface DoubleKnockOptions {

  /**
   * The request body as ArrayBuffer. If provided, avoids cloning the request body.
   * @since 1.7.6
   * @since 1.8.0
   */
  body?: ArrayBuffer | null;