Friday, 31 July 2020

a chrome remote interface question..

i am an old school c language programmer, but i have recently taken an interest in doing some web programming, so i have done a tiny bit of homework about node(which i do enjoy), but i would like to figure out how to communicate with the devtools on the most low level way possible..i am probably headed in the wrong direction, but i am curious if someone could perhaps point me to a better subreddit to ask about this?for example, there is this file:https://source.chromium.org/chromium/chromium/src/+/master:native_client/tests/imc_sockets/socket_transfer_test.cnear the top of that file, i see this line:include "native_client/src/public/imc_syscalls.h"from where do i get this "native_client" include file from?i suppose that in a nutshell i would like to do what the node module "chrome-remote-interface" is doing, and so i am just starting this journey..my preferred programming language is c language.thank you.

Submitted July 31, 2020 at 11:56AM by smoknfx

No comments:

Post a Comment