Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types) change vibrate to a number array #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rob4226
Copy link

@rob4226 rob4226 commented Mar 2, 2021

Currently, the typescript type definition shows that vibrate is a boolean
but per the docs it should be a number array:

An array of durations for a mobile device receiving the notification to
vibrate. For example, [200, 100] would vibrate first for 200 milliseconds,
pause, then continue for 100 milliseconds. For more information, see below.
Available in Mobile Chrome only.
https://pushjs.org/docs/options

Note: I only wanted to change index.d.ts and src/types.js but it looks like the precommit script forces a build anyway so not sure what changed in the other files. Thanks.

Currently the typescript type definition shows that vibrate is a boolean
but per the docs it should be a number array:
An array of durations for a mobile device receiving the notification to
vibrate. For example, [200, 100] would vibrate first for 200 milliseconds,
pause, then continue for 100 milliseconds. For more information, see below.
Available in Mobile Chrome only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant