ChromicPDF.port_info
You're seeing just the function
port_info
, go back to ChromicPDF module for more information.
Specs
port_info() :: keyword()
Returns port information about the main external Chrome/Chromium process.
iex> ChromicPDF.port_info()
[
name: '"/path/to/chrome" --headless --disable-gpu --remote-debugging-pipe 2>/dev/null 3<&0 4>&1',
links: [#PID<0.252.0>],
id: 40,
connected: #PID<0.252.0>,
input: 1950,
output: 853,
os_pid: 47475
]