Skip to content

Commit

Permalink
Add support for as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Nov 1, 2024
1 parent 5dfb799 commit b59760a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attrs/attrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const (

// Link/Script Attributes

As = "as"
Async = "async"
// Deprecated: Use Crossorigin instead
CrossOrigin = "crossorigin"
Expand Down

0 comments on commit b59760a

Please sign in to comment.