Sha256: e491282d73967b3823f9516a724811871fbd2ff0b95418d280c2931c024d148b

Contents?: true

Size: 290 Bytes

Versions: 7

Compression:

Stored size: 290 Bytes

Contents

import "./cable_stream_source_element"

import * as Turbo from "@hotwired/turbo"
export { Turbo }

import * as cable from "./cable"
export { cable }

import { encodeMethodIntoRequestBody } from "./fetch_requests"

addEventListener("turbo:before-fetch-request", encodeMethodIntoRequestBody)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
turbo-rails-2.0.0.pre.beta.1 app/javascript/turbo/index.js
turbo-rails-1.5.0 app/javascript/turbo/index.js
turbo-rails-1.4.0 app/javascript/turbo/index.js
turbo-rails-1.3.3 app/javascript/turbo/index.js
turbo-rails-1.3.2 app/javascript/turbo/index.js
turbo-rails-1.3.1 app/javascript/turbo/index.js
turbo-rails-1.3.0 app/javascript/turbo/index.js