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
Copy file name to clipboardExpand all lines: bindings/javascript/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,8 @@ The `data-css-inline="ignore"` attribute also allows you to skip `link` and `sty
132
132
</script>
133
133
```
134
134
135
+
**NOTE**: WASM module currently lacks support for fetching stylesheets from network or filesystem.
136
+
135
137
## Performance
136
138
137
139
`css-inline` is powered by efficient tooling from Mozilla's Servo project and significantly outperforms other JavaScript alternatives in terms of speed.
0 commit comments