Closed pwrinc closed 6 years ago
For objects, which are not serialisable (with JSON.stringify), must be set the copyValue Property as false.
TODO: Get a warning log, if the transported object is not an instance of Object. (Like a XMLHttpRequest object) and the property copyValue is true.
Please refactor to ensure that tested paylod is of type object. (Maybe we need to figure out how to test if a given value is serializable?)
For objects, which are not serialisable (with JSON.stringify), must be set the copyValue Property as false.
TODO: Get a warning log, if the transported object is not an instance of Object. (Like a XMLHttpRequest object) and the property copyValue is true.