Skip to content
New issue

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

webview に与える action を serialize, deserialize できるようにする #9

Open
naporin0624 opened this issue Sep 20, 2023 · 0 comments

Comments

@naporin0624
Copy link
Member

naporin0624 commented Sep 20, 2023

rails の sidekiq 的なものを想定

function sum(a, b) {
  return a + b;
}

console.log(sum.toString());
// Expected output: "function sum(a, b) {
//                     return a + b;
//                   }"

https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Function/toString

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant