UNPKG

@anycable/turbo-stream

Version:

AnyCable Client plugin to support Turbo Streams

5 lines (4 loc) 165 B
// Returns true if the currently rendered HTML is Turbo preview export function isPreview() { return document.documentElement.hasAttribute('data-turbo-preview') }