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

Implementation of the Structured Cloning Algorithm. #68

Merged
merged 1 commit into from Jul 11, 2013

Conversation

jkleinsc
Copy link

Implementation of the Structured Cloning Algorithm for the following object types:

  • Blob
  • Boolean
  • Date
  • File (deserialized as Blob object).
  • Number
  • RegExp
  • String

Because the asychronous FileReader API is used to serialize Blobs/Files to string, the Sca.encode function now requires a callback and this pull request includes changes to support a callback on Sca.encode

…owing object types:

     * - Blob
     * - Boolean
     * - Date object
     * - File object (deserialized as Blob object).
     * - Number object
     * - RegExp object
     * - String object
axemclion pushed a commit that referenced this pull request Jul 11, 2013
Implementation of the Structured Cloning Algorithm.
@axemclion axemclion merged commit 2432d55 into indexeddbshim:incoming-pr Jul 11, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants