endojs / endo

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

fix(daemon): use naming convention "identifyLocal" #2054

Closed kumavis closed 9 months ago

kumavis commented 9 months ago

unify naming of methods in petStore and mail that synchronously return a formulaIdentifier for a non-path petname

kumavis commented 9 months ago

@rekmarks id opt to keep them separate at this time. by being local we know it will be sync and thus never return a promise

kumavis commented 9 months ago

Should the pet store's reverseLookup be renamed reverseIdentify?

probably