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
When using the API function CloseOverlay and SetContents, it is only defined for a stringified uid, where it would be easier if all usages of uid were a concrete i32, as they already are in some interfaces.
When using the API function
CloseOverlayandSetContents, it is only defined for a stringified uid, where it would be easier if all usages of uid were a concretei32, as they already are in some interfaces.Relates to #2