We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postMessage
https://developer.mozilla.org/ja/docs/Web/API/Window/postMessage
投稿が完了したら、これを発火
iframe、もしくは名前付きポップアップWindowでMisskeyのシェアページを読み込んだ際に、その親サイトと連携を取りやすくする
The text was updated successfully, but these errors were encountered:
下手に作成したノートの生データとかを渡しても良くない気がするので、単純に「投稿が成功した」という内容を送信するのがよさそう
将来的にpostMessageを使用するときのことを考えて拡張性を残しておくならこういうオブジェクトを渡すのが良いかも?
{ type: "misskey:shareForm:shareComplete", payload: null, }
Sorry, something went wrong.
良さそう
Successfully merging a pull request may close this issue.
Summary
https://developer.mozilla.org/ja/docs/Web/API/Window/postMessage
投稿が完了したら、これを発火
Purpose
iframe、もしくは名前付きポップアップWindowでMisskeyのシェアページを読み込んだ際に、その親サイトと連携を取りやすくする
The text was updated successfully, but these errors were encountered: