Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Expose TableSubscription.close() to JS (deephaven#6446) (deephav…
…en#6448) - The close() method is only on `AbstractTableSubscription`, and it appears that it doesn't automatically get added to the JS API even though `TableSubscription` is defined as a `JsType` - Explicitly add the method to `TableSubscription` as well. - Fixes deephaven#6447 --------- Co-authored-by: Colin Alworth <[email protected]>
- Loading branch information