WebGL の例外処理をサポートするためのオプション
None | 例外処理のサポートを無効にします。 |
ExplicitlyThrownExceptionsOnly | Throw のサポートを有効にします。 |
FullWithoutStacktrace | Enable exception support for all exceptions, without stack trace information. |
FullWithStacktrace | Enable exception support for all exceptions, including stack trace information. |