electron/spec/fixtures/pages/did-get-response-details.html
Rob Brackett c1b1348735 Add resourceType arg to webContents did-get-response-details event.
Fixes #5074 and follows @zcbenz's recommendation to expose ResourceTypeToString from atom_network_delegate publicly.
Also adds testing for other arguments to the `did-get-response-details` events, since there were no existing tests for them.
2016-04-08 11:19:36 -07:00

5 lines
65 B
HTML

<html>
<body>
<img src="../assets/logo.png" />
</body>
</html>