Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First, import the `StreamMessage` module to utilize the `contentType` instead of the hard-coded `"text/vnd.turbo-stream.html"` String. Next, replace occurrences of [HTMLElement.dataset][] with the `"data-"`-prefixed calls to [Element.getAttribute][] so that they are as `grep`-able as their counterparts elsewhere in the codebase. Finally, remove a `link` comparison conditional clause, since it's repeated verbatim several lines prior to it. [HTMLElement.dataset]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset [Element.getAttribute]: https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute
- Loading branch information