Skip to content

ladybird-js support #54

Description

@ChALkeR

Mostly blocked on lifecycle: enterContext asserts on engine started,
because Promise resolution queue is broken on ladybird-js:

function f() {
  Promise.resolve().then(() => print('then'))
  print('now')
}

for (let i = 0; i < 10; i++) f()

Upstream bug: LadybirdBrowser/ladybird#7757

Broken promises is a hard blocker

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions