class Playwright::Response

def from_service_worker?

@nodoc
def from_service_worker?
  wrap_impl(@impl.from_service_worker?)
end