Skip to content

Commit 6c51052

Browse files
authored
feat(E): . continuing
1 parent e04ee59 commit 6c51052

File tree

1 file changed

+7
-0
lines changed
  • packages/eventual-send/src

1 file changed

+7
-0
lines changed

packages/eventual-send/src/E.js

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ function EProxyHandler(x, HandledPromise) {
5757
*/
5858
function EsendOnlyProxyHandler(x, HandledPromise) {
5959
return harden({
60+
...readOnlyProxyHandler,
61+
get(_target, p, _receiver) {
62+
},
63+
apply(_target, _thisArg, argArray = []) {
64+
},
65+
has(_target, _p) {
66+
},
6067
});
6168
}
6269

0 commit comments

Comments
 (0)