Questions on the jupyter websocket protocol

Hi all,

I have a question on the websocket kernel wire protocols detailed here: jupyter_server/docs/source/developers/websocket-protocols.rst at dd7daf9e6b2050227260d64fddb22bb96187b86d · jupyter-server/jupyter_server · GitHub

The v1.kernel.websocket.jupyter.org protocol explicitly states that its offsets are little endian. Can the same be said about the default protocol above?

Thanks in advance!