Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 397 Bytes

edit-in-webcomponents.dev

JSON Console

  <custom-element .logs=${[
  {
    method: "error",
    args: [
      {
        array: [1, 2, 3],
        date: new Date(),
      }
    ]
  }]}></custom-element>

Created with webcomponents.dev