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
The declared interface for WVJB expected data to be an id. However, the implementation assumed NSDictionary in a bunch of places. Furthermore, messages received from JS by ObjC were previously always forced into an NSDictionary but javascript did not replace null data packets with {}. This patch introduces consistency in all of these cases, assuming data to be id everywhere, and never changing the value of data.
0 commit comments