Proxy an object so it "expires" (becomes inaccessible) with the calling job.
Any attempts to use the returned object after the job ends or restarts (other than to check its typeof) will result in a TypeError.
typeof
Note: your runtime environment must support Proxy.revocable().
Proxy.revocable()
Proxy an object so it "expires" (becomes inaccessible) with the calling job.
Any attempts to use the returned object after the job ends or restarts (other than to check its
typeof
) will result in a TypeError.Note: your runtime environment must support
Proxy.revocable()
.