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

[WIP] Error if a user tries to use durable objects with a service worker #634

Closed
wants to merge 5 commits into from

Commits on Mar 18, 2022

  1. Error if a user tries to use durable objects with a service worker

    Durable Objects [require Module Workers](https://developers.cloudflare.com/workers/learning/migrating-to-module-workers/#advantages-of-migrating) to function, so we should error if we discover that a user is trying to use a durable object with a Service Worker.
    Cass Fridkin committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a0d6fdf View commit details
    Browse the repository at this point in the history
  2. rename guess-worker-format.test.ts -> entry.test.ts

    Cass Fridkin committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    37975e5 View commit details
    Browse the repository at this point in the history
  3. add tests

    Cass Fridkin committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6e3789b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f95e30b View commit details
    Browse the repository at this point in the history
  5. update snapshots

    Cass Fridkin committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e0935f2 View commit details
    Browse the repository at this point in the history