Jan-Niklas Kohlhaas

Results 1 comments of Jan-Niklas Kohlhaas

Modifying the isValid method of Notification to be ``` Notification.prototype.isValid = function () { if (!this.device || !this.device.isValid()) return false; var normalized = this.normalizedPayload(); if (Buffer.byteLength(JSON.stringify(normalized), this.encoding) > 256) return...