benlesh / symbol-observable

Symbol.observable ponyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is it a ponyfill?

ivstas opened this issue · comments

Hi!
According to the code in /es/ponyfill.js, there is a case when global env is being patched:

Symbol.observable = result;

If global env is patched, why is it called a ponyfill?

@ivstas Why did you close this? I have the exact same question. It shouldn't patch Symbol.observable imo.

@SamVerschueren I created another issue which is relative to this one (#38)