New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fmw-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmw-utils

utilities for fm widgets

  • 1.4.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 08 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc