mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
f9eaba01e1
* Use `sessionStorage` to remember the previous results of calls to `browserSupportsEmoji()` for 1 week. * Optimize reading from canvas by supplying the `willReadFrequently` option for the 2D context. * When `OffscreenCanvas` is available, offload `browserSupportsEmoji()` to a web worker to prevent blocking the main thread. This is of primary benefit to Safari which does not yet support `willReadFrequently`. * Remove obsolete support for IE11 since promises are now utilized. Nevertheless, ES3 syntax is maintained and IE11 will simply short-circuit. Props westonruter, dmsnell, peterwilsoncc, valterlorran, flixos90, spacedmonkey, joemcgill. Fixes #58472. git-svn-id: https://develop.svn.wordpress.org/trunk@56074 602fd350-edb4-49c9-b593-d223f7449a82
34 lines
517 B
Plaintext
34 lines
517 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"esversion": 3,
|
|
"expr": true,
|
|
"immed": true,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"onevar": true,
|
|
"quotmark": "single",
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"browser": true,
|
|
|
|
"globals": {
|
|
"_": false,
|
|
"Backbone": false,
|
|
"jQuery": false,
|
|
"JSON": false,
|
|
"wp": false,
|
|
"export": false,
|
|
"module": false,
|
|
"require": false,
|
|
"WorkerGlobalScope": false,
|
|
"self": false,
|
|
"OffscreenCanvas": false,
|
|
"Promise": false
|
|
}
|
|
}
|