-
Sean DuBois authored
A common pattern in ECMAScript is that you can pass a value OR null, however with Go this isn't possible. This imitates the sql.NullString pattern so that we can as closely as possible mirror the browser API for WebRTC Resolves #105 Co-authored-by:backkem <mail@backkem.me>
Sean DuBois authoredA common pattern in ECMAScript is that you can pass a value OR null, however with Go this isn't possible. This imitates the sql.NullString pattern so that we can as closely as possible mirror the browser API for WebRTC Resolves #105 Co-authored-by:backkem <mail@backkem.me>
Loading