Skip to content

getAutoCompleteWords is unnecessary #34

Description

@shiryz

https://github.com/facn5/NodeJs-AutoComplete/blob/master/frontend/scripts/xhr.js#L33

You can send words as input to your callback cb: cb(words)
and change your call to the following
connectToBase(this.value, (words) => {

Metadata

Metadata

Assignees

Labels

DoneFixed/Added

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions