Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Works in chrome 54 breaks in chrome 55 #16

Open
@wdjungst

Description

@wdjungst

Demo game played fine then I updated chrome and get this err:
Cannot read property 'id' of null

function transformGamepad(threshold, gamepad) {
var gp = {
id: gamepad.id, <(----THIS gamepad is undefined
buttons: {},
axes: {}
};

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions