Method: Browser::HTTP::Binary#length

Defined in:
opal/browser/http/binary.rb

#lengthInteger (readonly)

Returns the length of the binary.

Returns:

  • (Integer)

    the length of the binary



54
55
56
# File 'opal/browser/http/binary.rb', line 54

def length
  @data.length
end