Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Fails in safari Version 18.6 (20621.3.11.11.3) #40

@binarygit

Description

@binarygit

I tried using this polyfill with the following code:

<script>
  (async function() {
    console.log('hello')

    if (CSS['paintWorklet'] === undefined) {
      await import('https://unpkg.com/css-paint-polyfill');
    }

    CSS.paintWorklet.addModule('https://unpkg.com/css-houdini-voronoi/dist/worklet.js');
  })()
</script>

The polyfill fails in safari with the following error:
TypeError: o.getAll is not a function. (In 'o.getAll(t)', 'o.getAll' is undefined) index.js:748

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