Open ajuanjojjj opened 2 years ago
I tried to run the tests with npm test
, but seems like there's no .eslintrc file, so eslint fails.
However, given that this is a TypeScript only issue, I'm not sure it'd do anything, even if the fix introduces problems, unless said file included configuration for the eslint-typescript plugin. Nevertheless, i'd be happy to run further tests if needed
Platforms affected
All typescript projects
Motivation and Context
Fixes "Wrong typing for Connection" (#143)
Description
Adds
dispatchEvent()
toNavigator.connection
ChangeConnection.type
from string toConnectionType
Testing
Compilating after the changes
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)