I think the answer should be yes. When that third argument is available but missing, the default behavior doesn't change. Since new Proxy doesn't have more than two arguments right now, we should reasonably expect people aren't using a third argument...
Ultimately, I think it's safe to add revocation by the third argument's signal property.
I think the answer should be yes. When that third argument is available but missing, the default behavior doesn't change. Since
new Proxy
doesn't have more than two arguments right now, we should reasonably expect people aren't using a third argument...Ultimately, I think it's safe to add revocation by the third argument's signal property.