void send(Iterable<int> data, [double? timestamp = 0]) => js_util.callMethod(this, 'send', [data, timestamp]);