You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At #473 (comment)@ljharb says that tape does not do an overriding assign to apply. If tape is no longer a problem, or if we were mistaken about whether it was a problem in the first place, and if we do not encounter any other such problems, we should remove Function.prototype.apply from the enablements whitelist.
The text was updated successfully, but these errors were encountered:
At https://github.com/Agoric/SES-shim/blob/9a7a0975036d8d938263ba265f747876d7d91599/packages/ses/src/enablements.js#L67 we say that we added
Function.prototype.apply
to the enablements whitelist because of tape.At #473 (comment) @ljharb says that tape does not do an overriding assign to
apply
. Iftape
is no longer a problem, or if we were mistaken about whether it was a problem in the first place, and if we do not encounter any other such problems, we should removeFunction.prototype.apply
from the enablements whitelist.The text was updated successfully, but these errors were encountered: