Is there some data available to be read ?

Property definitions

websocket $ WebsocketConnection :: can_read
	# Is there some data available to be read ?
	fun can_read(timeout: Int): Bool do return  not closed and origin.ready_to_read(timeout)
lib/websocket/websocket.nit:290,2--291,89