DickvdBrink / chrome-debug-protocol

Chrome debug protocol from NodeJS
74 stars 5 forks source link

Add support for Microsoft Edge via Edge Diagnostics Adaptor #2

Open auchenberg opened 8 years ago

auchenberg commented 8 years ago

We at Microsoft has now made it possible to debug Microsoft Edge via Edge Diagnostics Adaptor over the Chrome Debugging Protocol.

For feature detection, we do have a protocol.json file too, which could be fetched from the repo at https://github.com/Microsoft/edge-diagnostics-adaptor/blob/master/protocol.json, or we could add an HTTP endpoint to fetch it from something like /json/protocol directly from the adaptor.

We think it cold be exciting to have this library working with multiple browsers supporting the Chrome Debugging Protocol.

Are you interested in collaboration?

DickvdBrink commented 8 years ago

Yes of course! I'm a bit busy to coming days but will try to look at the links you provided.

Small question, it is kind of the same version as https://github.com/Microsoft/IEDiagnosticsAdapter but for Edge right?

Thanks for asking and I hopefully have some time this weekend to look into it!

auchenberg commented 8 years ago

Cool! Yes, it's our new effort for Microsoft Edge.

Keep me posted, and let me know if you need anything.