The loadBody() function allows more concise and intuitive loading of request bodies encoded in the scheme.
Pywidevine does this without having to do it on the scheme side. This makes the scheme more concise.
corsFetch is used to requesting license server that requires Origin header. Pyfetch does not retain the Origin header due to browser security restrictions. This change will make it easier to create schemes using corsFetch API.