-
适用于FileMaker和WebViewer应用与小部件的简易承诺框架:fm-gofer
资源介绍
fm-gofer
FM Web Viewer中的承诺!
一个框架,用于在Web查看器中从JavaScript调用FileMaker脚本,并通过promise回调获取响应。 Gofer ...就像在gofer该数据中一样,在gofer该数据中。
尝试一下
检出./example/FMGofer.fmp12 。 您可以在./example/example.html找到匹配的html代码。 本示例演示了库的回调,解析,拒绝和超时功能。
安装
npm install --save fm-gofer
用法
导入fm-gofer
在JS中require :
// For NodeJS <12.7.0, use this longer version:
// require('./node_modules/fm-gofer/dist/polyfill-ie11.js');
require ( '