ErrLookup › alvarotrigo/fullPage.js
alvarotrigo/fullPage.js
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple · JavaScript · 105 source files
Analyzed at 49f15effa7 on 2026-08-13. 5 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| "this" is null or not defined | exception | error | polyfill, array, this-binding, typeerror, es2015 |
| predicate must be a function | exception | error | polyfill, array, callback, type-validation, es2015 |
| Array.from requires an array-like object - not null or undef | exception | error | polyfill, array, null-check, es2015, dom |
| Array.from: when provided, the second argument must be a fun | exception | error | polyfill, array, callback, type-validation, es2015 |
| Cannot convert undefined or null to object | exception | error | polyfill, object, null-check, es2015, arguments |