Skip to content

Commit

Permalink
feat(E): . continuing
Browse files Browse the repository at this point in the history
  • Loading branch information
zarutian authored Oct 12, 2020
1 parent e04ee59 commit 6c51052
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/eventual-send/src/E.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ function EProxyHandler(x, HandledPromise) {
*/
function EsendOnlyProxyHandler(x, HandledPromise) {
return harden({
...readOnlyProxyHandler,
get(_target, p, _receiver) {
},
apply(_target, _thisArg, argArray = []) {
},
has(_target, _p) {
},
});
}

Expand Down

0 comments on commit 6c51052

Please sign in to comment.