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
It seems like Opera 12.15 has RegExp.input, but it's always undefined, so the test for it is failing.
To fix this issue, either a) we need to discover how to fix the behavior, b) figure out how to feature-detect when the test isn't applicable, c) figure out if it's acceptable to detect this at runtime and not copy over the "input" property when it doesn't work.
The text was updated successfully, but these errors were encountered:
It seems like Opera 12.15 has
RegExp.input
, but it's alwaysundefined
, so the test for it is failing.To fix this issue, either a) we need to discover how to fix the behavior, b) figure out how to feature-detect when the test isn't applicable, c) figure out if it's acceptable to detect this at runtime and not copy over the "input" property when it doesn't work.
The text was updated successfully, but these errors were encountered: