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
The advantage of using Symbol.for is that otherwise we might run into cross-realm issues. For example, if you get an observable that comes from another iframe or something. Does anyone still program that way? : )
The advantage of using Symbol.for is that otherwise we might run into cross-realm issues. For example, if you get an observable that comes from another iframe or something. Does anyone still program that way? : )
Unsure. I just know that it doesn't align with prior art. If there's a way to polyfill that we can...
Given that
Symbol.iterator === Symbol.for('iterator')
isfalse
, we don't need to useSymbol.for
to get theobservable
symbol if it's available.This relates to a comment here. And should resolve that issue.
The text was updated successfully, but these errors were encountered: