In JS, document.plugins is a readonly property: https://developer.mozilla.org/en-US/docs/Web/API/Document/plugins However on line 215, the Surrealjs property "plugins" is being attempted to be added to document. which causes an error. Please fix this.