• Robert Knight's avatar
    Replace several uses of `console.warn` with `warnOnce` · 9e729ac8
    Robert Knight authored
    This reduces warning spam in the event where the code path that triggers
    the warning is invoked repeatedly and there is no value to the developer
    in telling them about the issue more than once.
    
    To make `warnOnce` an easier drop-in replacement for `console.warn`, it
    has been modified to accept multiple arguments, all of which get
    forwarded to `console.warn`.
    9e729ac8
Name
Last commit
Last update
..
polyfills Loading commit data...
test Loading commit data...
bridge-events.js Loading commit data...
bridge.js Loading commit data...
discovery.js Loading commit data...
frame-rpc.js Loading commit data...
settings.js Loading commit data...
warn-once.js Loading commit data...