Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant