Commit Graph

9 Commits

Author SHA1 Message Date
Terry Mun
256e2c3441 Callback handler should accept an optional event parameter 2018-08-17 12:51:58 +02:00
Terry Mun
3118fe7f1f Added author credits 2018-08-17 11:25:31 +02:00
Terry Mun
b49beffd45 AddEventListenerOptions require TypeScript 2.3 2018-08-17 11:25:23 +02:00
Terry Mun
bf4d3186fd Updated add/removeEventListener typings
The add/removeEventListeners should accept a type that is defined by fscreen itself (6 possible string values instead of just `string`), and the  optional options parameter should be of type `boolean` or `AddEventListenerOptions` instead of `boolean` only.
2018-08-17 11:24:57 +02:00
Terry Mun
f613e9716d requestFullscreenFunction should return strictly typed function 2018-08-17 11:23:37 +02:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Joscha Feth
d591ae271b strictFunctionTypes 2017-12-18 12:15:52 +11:00
Joscha Feth
af6e63d5ba Add types for fscreen 2017-12-18 11:51:50 +11:00