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
Check if instance of MemoryStream, not always applicable, as there may be problems with nested modules.
Check if the object has property _has present, but it is just a hacky way.
Probably need to add a more consistent method that will be officially exposed.
The text was updated successfully, but these errors were encountered:
I'm open to doing this (probably exposing a nice method that internally utilizes _has or something like that), but I'm curious what's your surrounding use case for this? I haven't done this check myself yet.
There is two methods I believe available now:
Check if
instance of MemoryStream
, not always applicable, as there may be problems with nested modules.Check if the object has property
_has
present, but it is just a hacky way.Probably need to add a more consistent method that will be officially exposed.
The text was updated successfully, but these errors were encountered: