File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ let foundDivs = document.getElementsByTagName!("div").object!
24
24
25
25
Note that the code in the first example is still dynamically typed. The Swift compiler won't warn
26
26
you if you misspell names of properties or cast them to a wrong type. This feature is purely
27
- additive, and is added for convenience. You can still use force unwraps in your JavaScript. If
28
- you're interested in a statically-typed DOM API, we recommend having a look at the
29
- [ DOMKit] ( https://github.com/swiftwasm/DOMKit ) , which is currently in development.
27
+ additive, and is added for convenience. You can still use force unwraps in your code interfacing
28
+ with JavaScriptKit. If you're interested in a statically-typed DOM API, we recommend having a look
29
+ at the [ DOMKit] ( https://github.com/swiftwasm/DOMKit ) , which is currently in development.
30
30
31
31
Lastly, ` JSError ` now conforms to the ` JSBridgedClass ` protocol, which makes it easier to integrate
32
32
with idiomatic Swift code.
You can’t perform that action at this time.
0 commit comments