Bug Fixes
- **decorators**: Replace blob.arrayBuffer with backward-compatible code
([`439b50e`](https://github.com/Kitware/trame-client/commit/439b50eed98b58e1e8eaf25b7f0dd8042bf9ec3b))
`blob.arrayBuffer()` is not available in IE11, which we need to use for the pywebview desktop apps.
We can instead replace it with this code that is more backward-compatible, and it works with IE11.
Signed-off-by: Patrick Avery <patrick.averykitware.com>