emberx-xml-http-request
emberx-xml-http-request copied to clipboard
Ajax. Breezy like.
Results
3
emberx-xml-http-request issues
Sort by
recently updated
recently updated
newest added
Sometimes you need to provide tracking of XHR events outside of your templates. For example, you might want to show a flash message when you're finished, or whenever there is...
How can i set `headers` on the `x-xhr-http-request` component? I tried to pass `headers` with a `(hash)` helper. Specifically, I passed in this: ``` {{x-xhr-http-request ... headers=(hash Accept="file/download; version=1.0.0") ...}}...