Skip to content

Node.js table unpin#844

Merged
texodus merged 1 commit intomasterfrom
table-unpin
Dec 16, 2019
Merged

Node.js table unpin#844
texodus merged 1 commit intomasterfrom
table-unpin

Conversation

@texodus
Copy link
Member

@texodus texodus commented Dec 13, 2019

Fixes #841

  • Removes the empty view() which kept hosted table alive. <perspective-viewer> no longer deletes it's table when it is itself deleted, so this is not default deleted (though it can still be explicitly deleted remotely - probably something to change later).
  • Adds on_delete callbacks for both, unhosting objects when they are deleted.
  • Adds eject_table() and eject_view() methods.

@andyferris
Copy link

Awesome, thanks @texodus!

@timkpaine timkpaine added bug Concrete, reproducible bugs JS labels Dec 16, 2019
@texodus texodus merged commit 3235296 into master Dec 16, 2019
@texodus texodus deleted the table-unpin branch December 16, 2019 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs JS

Development

Successfully merging this pull request may close these issues.

How to delete a hosted table?

5 participants