Mistwarp SB3 PostMessage Test

How to use this feature:

This page demonstrates how external applications can send SB3 files to Mistwarp using postMessage.

The message format should be:

{
  type: 'LOAD_SB3',
  data: ArrayBuffer | string (URL) | Uint8Array,
  title?: string
}

Test Methods: