library · inferred from evidence
airtable.js
A JavaScript library for interacting with Airtable.
- airtable.browser.js fails with "Failed to execute 'fetch' on 'Window': Illegal invocation"
That was a real bug in the browser bundle: fetch was detached from the window object, so calling it threw "Illegal invocation". Users verified a patched `airtable.browser.js` build fixes it, and the maintainers merged the fix into the publi
- airtable.js returns 403 after switching from API key to personal access token
The library needs no code change: you pass the PAT in the same `apiKey` option and airtable.js already supports PATs. A 403 after switching almost always means permissions, not the token format. Check two things: the token's scopes and reso