Skip to content

Commit 19c6417

Browse files
authored
chore: add deprecated: true for get clipboard (#887)
1 parent 13e18c7 commit 19c6417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/method-map.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const newMethodMap = {
66
POST: {
77
command: 'getClipboard',
88
payloadParams: {optional: ['contentType']},
9+
deprecated: true
910
},
1011
},
1112
} as const;

0 commit comments

Comments
 (0)