CaptureStrategy.unbounded constructor

const CaptureStrategy.unbounded()

Captures the entire content unbounded

Implementation

const CaptureStrategy.unbounded()
    : width = -1,
      height = -1,
      script = null;