browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

api.WorkletSharedStorage - Does the interface also has `values()` method

Open skyclouds2001 opened this issue 1 year ago • 0 comments

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

image

the async iterable<DOMString, DOMString> is defined on WorkletSharedStorage, which might also support a values() method according to idl definition, see https://github.com/mdn/browser-compat-data/pull/21834#issuecomment-1876276342 and https://github.com/mdn/browser-compat-data/pull/21834#issuecomment-1876454195

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

.

Did you test this? If so, how?

no, currently I did not how to create a example to test this method of this interface

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

.

Do you have anything more you want to share?

.

MDN URL

No response

MDN metadata

No response

skyclouds2001 avatar Jan 20 '24 18:01 skyclouds2001