Sha256: 8b75d2235844c05d0560891ca4909893e87e687aad99b1111bd34fff476fb398
Contents?: true
Size: 432 Bytes
Versions: 57
Compression:
Stored size: 432 Bytes
Contents
<h1>ActionCable Test Page</h1> <button onClick="sub1.trigger()">Trigger 1</button> <button onClick="sub2.trigger()">Trigger 2</button> <p>ActionCable updates:</p> <ul id="updates-1"> </ul> <ul id="updates-2"> </ul> <button onClick="sub1.unsubscribe()">Unsubscribe 1</button> <button onClick="sub2.unsubscribe()">Unsubscribe 2</button> <script> var sub1 = App.subscribe("updates-1") var sub2 = App.subscribe("updates-2") </script>
Version data entries
57 entries across 57 versions & 1 rubygems