Replies: 1 comment 2 replies
-
Maybe a custom object wrapper is required because someone might want to provide custom then function from c# type. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've some object which has a string indexer and throws on unknown keys. we like to return it from async contexts.
Our Object is more complex, but it will throw for
then
. How can we suppress that it will try the indexer forthen
? It needs to be accessable for other purposes from js.Beta Was this translation helpful? Give feedback.
All reactions