Skip to content

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

@naporin0624

Description

@naporin0624

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions