InteractiveAdvertisingBureau / SIMID

Secure Interactive Media Interface Definition (SIMID)
https://interactiveadvertisingbureau.github.io/SIMID/
Apache License 2.0
45 stars 24 forks source link

Change SIMID:Creative:requestNavigation uri type to DOMString. #428

Closed nchavez324 closed 2 years ago

nchavez324 commented 2 years ago

Majority of the Simid message parameters are using DOMString as a data type, for example, the parameters of SIMID:Player:init.

There is one exception, which is the parameter of SIMID:Creative:requestNavigation and it is using string instead of DOMString.

As discussed, this was an oversight and it should be corrected to DOMString. Because on the web, string and DOMString are equivalent, this is not a breaking change.