| OLD | NEW |
| 1 Tests that InspectorBackendStub is catching incorrect arguments. | 1 Tests that Protocol harness is catching incorrect arguments. |
| 2 | 2 |
| 3 Protocol Error: Invalid type of argument 'enabled' for method 'Network.setMonito
ringXHREnabled' call. It must be 'boolean' but it is 'number'. | 3 Protocol Error: Invalid type of argument 'enabled' for method 'Network.setMonito
ringXHREnabled' call. It must be 'boolean' but it is 'number'. |
| 4 Protocol Error: Invalid number of arguments for method 'Network.setMonitoringXHR
Enabled' call. It must have the following arguments '[{"name":"enabled","type":"
boolean","optional":false}]'. | 4 Protocol Error: Invalid number of arguments for method 'Network.setMonitoringXHR
Enabled' call. It must have the following arguments '[{"name":"enabled","type":"
boolean","optional":false}]'. |
| 5 Protocol Error: Optional callback argument for method 'Network.setMonitoringXHRE
nabled' call must be a function but its type is 'string'. | 5 Protocol Error: Optional callback argument for method 'Network.setMonitoringXHRE
nabled' call must be a function but its type is 'string'. |
| 6 Protocol Error: the message wrongDomain.something-strange is for non-existing do
main 'wrongDomain': {"method":"wrongDomain.something-strange","params":{}} | 6 Protocol Error: the message wrongDomain.something-strange is for non-existing do
main 'wrongDomain': {"method":"wrongDomain.something-strange","params":{}} |
| 7 Protocol Error: Attempted to dispatch an unimplemented method 'Inspector.somethi
ng-strange': {"method":"Inspector.something-strange","params":{}} | 7 Protocol Error: Attempted to dispatch an unimplemented method 'Inspector.somethi
ng-strange': {"method":"Inspector.something-strange","params":{}} |
| 8 | 8 |
| OLD | NEW |