Skip to content

A set of webworkers to run in a separate thread because Quickbase can't

Notifications You must be signed in to change notification settings

thelinguist/quickbase-webworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Quickbase Web Workers

Quickbase's javascript SDK is handy, but runs on the main UI thread. This bogs down any code page you might create, especially when big data is involved. So let API calls be handled in another thread by Web Workers!

Web workers are a feature of HTML 5, so consider your compatibility requirements when implementing web workers.

To enable, write a web worker as a single code page, and reference it in the script where you generate web workers:

- Code pages
| - webworker.js
| - yourCustomCodePage.js

hit me up

About

A set of webworkers to run in a separate thread because Quickbase can't

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published