Is it possible in Javascript to get the contents of the HTTP Body of the resulting HTTP request that would be sent when a Form is submitted?
Say I have a Form of typ
No. There are no APIs that expose that information.
You can attempt to manually construct the request, but there's no way to get the browser to prepare it for you.