push.js icon indicating copy to clipboard operation
push.js copied to clipboard

fix(types) change vibrate to a number array

Open rob4226 opened this issue 3 years ago • 0 comments

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.

rob4226 avatar Mar 02 '21 03:03 rob4226