endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
761 stars 68 forks source link

Document CopySet/CopyTagged #2299

Open Chris-Hibbert opened 1 month ago

Chris-Hibbert commented 1 month ago

What is the Problem Being Solved?

ERTP purses have a purse.getRecoverySet() method that returns a CopySet, but I couldn't find declarations or documentation for how to use them. Eventually @erights suggested getCopySetKeys(). The wonderful endojs docs do link from CopySet to CopyTagged, but neither suggests this.

Description of the Design

Please add something that will show up when searching for CopySet. I presume there are other parallel sets, maps, etc. that could also benefit from this.