You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The prototype inherits from `Array` and is extended with the following methods:
40
40
41
41
Name | Description
42
42
-----|--------------------------
43
-
`change([args...])` | Change the subscription's arguments. Publication name and connection are preserved.*UI flickering may occur, please stand-by until I update this package with an improved diffing algorithm that will fix this.*
43
+
`change([args...])` | Change the subscription's arguments. Publication name and connection are preserved.
44
44
`addEventListener(eventName, listener)` | Bind a listener function to this subscription
45
45
`removeEventListener(eventName)` | Remove listener functions from an event queue
46
46
`dispatchEvent(eventName, [args...])` | Call the listeners for a given event, returns boolean
0 commit comments