chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.25k stars 84 forks source link

Support the as attribute in link tags. #165

Closed chanks closed 2 years ago

chanks commented 2 years ago

Similar to #131, this adds support for as attributes in html tags, since as is a keyword in Rust. as is used in prefetch/preload link tags.

Thanks!

chinedufn commented 2 years ago

Looks great, thanks so much for the contribution!