UNPKG
@anycable/turbo-stream
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.2.0-rc.5
0.2.0-rc.4
0.2.0-rc.3
0.2.0-rc.2
0.2.0-rc.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
AnyCable Client plugin to support Turbo Streams
anycable.io
anycable/anycable-client
@anycable/turbo-stream
/
turbo.js
5 lines
(4 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
// Returns true if the currently rendered HTML is Turbo preview
export
function
isPreview
(
) {
return
document
.
documentElement
.
hasAttribute
(
'data-turbo-preview'
) }