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
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 38 additions & 1 deletionbin/push.js
View file
Open in desktop

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletionbin/push.js.map
View file
Open in desktop

Large diffs are not rendered by default.

39 changes: 38 additions & 1 deletionbin/push.min.js
View file
Open in desktop

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletionbin/push.min.js.map
View file
Open in desktop

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletionbin/serviceWorker.min.js.map
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

2 changes: 1 addition & 1 deletionindex.d.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ declare module 'push.js' {
timeout?: number;
tag?: string;
requireInteraction?: boolean;
vibrate?:boolean;
vibrate?:number[];
silent?: boolean;
onClick?: Function;
onError?: Function;
Expand Down
2 changes: 1 addition & 1 deletionsrc/types.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,7 +12,7 @@ export type PushOptions = {
timeout?: number,
tag?: string,
requireInteraction?: boolean,
vibrate?:boolean,
vibrate?:number[],
silent?: boolean,
onClick?: Function,
onError?: Function
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp