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
1.SomeObject={prototype: {},}2.callProtocol.implement(SomeProtocol,[SomeObject.prototype]);3.SomeObject={prototype: {[SomeProtocol]: {<slots>: undefined,// has key but value is undefined<fields>=1,__proto__: {<methods>(){},}}},}4.SomeObject[SomeProtocol].<slots>=12.2callProtocol.implement(SomeProtocol,[SomeObject.prototype],{<slots>: 1,<fields>=2});2.3callProtocol.implement(SomeProtocol,[Foo,Bar]);// impl for multi2.4callProtocol.implement(SomeProtocol,[Foo,Bar],{});// impl for multi with object
in #34 syntax
in ts
Another proposal
<name>
is symbolpolyfill
The text was updated successfully, but these errors were encountered: