diff --git a/index.bs b/index.bs index 546aae1b..3e9b6357 100644 --- a/index.bs +++ b/index.bs @@ -14699,16 +14699,6 @@ Their [=deserialization steps=], given value and serializedvalue. -

DOMTimeStamp

- -
typedef unsigned long long DOMTimeStamp;
- -The {{DOMTimeStamp}} type is used for representing -a number of milliseconds, either as an absolute time (relative to some epoch) -or as a relative amount of time. Specifications that use this type will need -to define how the number of milliseconds is to be interpreted. - -

Function

callback Function = any (any... arguments);