jwillinghalpern / fm-gofer

An easy fetch-like promise library for FileMaker WebViewer apps and widgets.
ISC License
19 stars 2 forks source link

fallback callback for when FM doesn't receive a callback name #24

Open jwillinghalpern opened 3 years ago

jwillinghalpern commented 3 years ago

Fallback callback that FM can call in the event that FMGofer sends malformed JSON, or when FM fails to parse the JSON due to developer error. This would allow the WV to handle this without relying solely on the timeout feature.