-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Aliasing performance.now to now causes an exception in Firefox:
NS_ERROR_XPC_BAD_OP_ON_WN_PROTO: Illegal operation on WrappedNative prototype object
So either now should call performance.now, or it should just use Date.getTime() and not bother about microseconds :)
(This is causing the white posts issue in the buddycloud webclient)
Metadata
Metadata
Assignees
Labels
No labels