Great thanks. You were returning DataView as the body of the HTTP response:
body: DataView
which won’t work in that context. See the $.respond docs for information on what you can return from the body.
Let me know if that helps!
Great thanks. You were returning DataView as the body of the HTTP response:
body: DataView
which won’t work in that context. See the $.respond docs for information on what you can return from the body.
Let me know if that helps!