Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
/push.jsPublic archive

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

Open
rob4226 wants to merge1 commit intoNickersoft:master
base:master
Choose a base branch
Loading
fromrob4226:fix-types

Conversation

@rob4226
Copy link

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 changeindex.d.ts andsrc/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 booleanbut per the docs it should be a number array:An array of durations for a mobile device receiving the notification tovibrate. 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 freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@rob4226

[8]ページ先頭

©2009-2025 Movatter.jp