Skip to content

Commit

Permalink
manifestにshare_targetのenctypeを明示
Browse files Browse the repository at this point in the history
デフォルトだけどchromeでwarning出てた
  • Loading branch information
sapphi-red committed Nov 11, 2021
1 parent 4474262 commit 5ea4c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webmanifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default {
share_target: {
action: '/share-target',
method: 'GET',
enctype: 'application/x-www-form-urlencoded',
params: { title: 'title', text: 'text', url: 'url' }
}
}

0 comments on commit 5ea4c8b

Please sign in to comment.