Tags: rmundy/worker-dom
Tags
Fix for Property Setters of empty strings not applying (ampproject#669) * Fix for ampproject#667 * Revert moving demo to debug runtime
Simpler builds (ampproject#630) * 0.16.0 * 0.17.0 * Tell Ava to use ESM for running tests, reduce the chain required to build code and allows for incremental typescript compilation since the targets are the same always * formatting for package.json
Suppress Console Messages in AMP output (ampproject#609) * Suppress console messages for amp release * Use same input signal AMP uses for logging for the AMP output of WorkerDOM
WebSocket Support for AMP (ampproject#594) * Add WebSocket to allowlist for AMP
Add localStorage/sessionStorage support (ampproject#573) * Rename Strings->StringContext, other clean up. * Missed a few renames. * Add Storage and StorageProcessor. * Get target in each processor. * Pass scope, fix processor refactor. * Allow delegation to sanitizer. * Hydrate local and session storage. * Fix processor tests. * Ask sanitizer to fetch initial data. * Fix test document. * Set jsdom.url to avoid localStorage error. * Bump maxSize. * Add storage transfer tests. * Forgot the test file. * A couple more comments. * Add @types/jsdom, delete test-main-thread.d.ts. * Fix merge errors. * Revert "Add @types/jsdom, delete test-main-thread.d.ts." This reverts commit 7854575. * Bump maxSize. * Inline processor context strings. * Remove Storage.setData(). * Add a TODO. * Enum-ify StorageLocation, other comments. * JSON stringify initial storage data. * Fix test. * Change Storage implementation to be class-less. * One more test.
PreviousNext