[i18n-activity] What type of equality checking is being performed for options.

stevenatkin has just created a new issue for https://github.com/w3c/i18n-activity:

== What type of equality checking is being performed for options. ==
8. PushManager interface
https://www.w3.org/TR/push-api/#pushmanager-interface

In step 10.4 it states that the option values need to be compared for equality. What type of equality checking is being performed? The options argument seems to be either a BufferSource or a DOMString. So are you using byte equality when it is a BufferSource vs. some other type of equality checking when it is a DOMString?



Please view or discuss this issue at https://github.com/w3c/i18n-activity/issues/424 using your GitHub account

Received on Sunday, 25 June 2017 13:10:38 UTC