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

Got an unsupported IDL member when executing #10

Open
tickietackie opened this issue Oct 26, 2021 · 0 comments
Open

Got an unsupported IDL member when executing #10

tickietackie opened this issue Oct 26, 2021 · 0 comments

Comments

@tickietackie
Copy link

tickietackie commented Oct 26, 2021

IDL from here:

https://webbluetoothcg.github.io/web-bluetooth/scanning.html#scanning

interface BluetoothManufacturerDataFilter {
  constructor(optional object init);
  readonly maplike<unsigned short, BluetoothDataFilter>;
};

interface BluetoothServiceDataFilter {
  constructor(optional object init);
  readonly maplike<UUID, BluetoothDataFilter>;
};

Message:

  Unsupported IDL member
  {
  "type": "maplike",
  "idlType": [
    {
      "type": null,
      "extAttrs": [],
      "generic": "",
      "nullable": false,
      "union": false,
      "idlType": "UUID"
    },
    {
      "type": null,
      "extAttrs": [],
      "generic": "",
      "nullable": false,
      "union": false,
      "idlType": "BluetoothDataFilter"
    }
  ],
  "arguments": [],
  "extAttrs": [],
  "readonly": true,
  "async": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant