Options for Exception support in WebGL.
None | Disable exception support. |
ExplicitlyThrownExceptionsOnly | Enable throw support. |
FullWithoutStacktrace | Enable exception support for all exceptions, without stack trace information. |
FullWithStacktrace | Enable exception support for all exceptions, including stack trace information. |