1.4.5 • Published 4 years ago

fmw-utils v1.4.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

fmw-utils

Some useful fuctions for building FileMaker Web Viewer Widgets

Usage

You can load it directly from the unpkg cdn

//latest version
<script src="https://unpkg.com/fmw-utils" crossorigin></script>

once loaded you can find the methods on the fmwUtils global object

or if you are using a bundler like webpack, you can install from npm

npm install fmw-utils

and then import

import {fmFetch} from 'fmw-utils

Highlights

fmFetch is a fetch replacement for calling a FileMaker script and gettint a promise back in return. This is probably why you are here.

FileMaker Version Support

FileMaker 19 only Windows will use IE 11 as the web viewer engine and therefor requiring polly filling fetch. Many app frameworks like create react app have ways to do this. You can try one like this if you don't

https://github.com/taylorhakes/promise-polyfill

API

Generated API Docs

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.0

4 years ago

0.2.0

4 years ago