# File lib/celerity/browser.rb, line 231
    def io
      return nil unless @page

      @page.getWebResponse.getContentAsStream.to_io
    end