Variable DOMPointReadOnly

    DOMPointReadOnly: {
        prototype: DOMPointReadOnly;
        fromPoint(other?: DOMPointInit): DOMPointReadOnly;
        new (x?: number, y?: number, z?: number, w?: number): DOMPointReadOnly;
    }

    Type declaration