You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `crypto` is not declared or nullish (`null` or `undefined`) in JavaScript,
87
+
it will simply return `None` in Rust. This will also account for namespaces: it
88
+
will return `Some(T)` only if all parts are declared and not nullish.
89
+
68
90
## Static strings
69
91
70
92
Strings can be imported to avoid going through `TextDecoder/Encoder` when requiring just a `JsString`. This can be useful when dealing with environments where `TextDecoder/Encoder` is not available, like in audio worklets.
0 commit comments