File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Note that the code in the first example is still dynamically typed. The Swift co
26
26
you if you misspell names of properties or cast them to a wrong type. This feature is purely
27
27
additive, and is added for convenience. You can still use force unwraps in your code interfacing
28
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.
29
+ at the [ DOMKit] ( https://github.com/swiftwasm/DOMKit ) library , 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